package grenier

  1. Overview
  2. Docs
Collection of algorithms (HyperLogLog, order maintenance, ...)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
md5=ee283333fc0bb9036e336556aa345274

Description

Included:

  • baltree : Generic balanced-tree
  • trope : Track objects accross rope-like operations
  • orderme : Order-maintenance problem
  • binpacking : Maxrects rectangle packing implementation
  • doubledouble : Floating points with around 107-bits precision
  • hll : HyperLogLog
  • jmphash : Jump consistent hashing
  • physh : Physical hashtable

Published: 09 Nov 2016

Dependencies (2)

  1. ocamlfind build
  2. ocaml >= "4.02" & < "4.10"

Dev Dependencies

None

Used by (2)

  1. inuit
  2. wall

Conflicts

None