package grenier

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=db6fd95a65b52e4320062c50cc069fb3

Description

Included:

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

Published: 28 Feb 2016

Dependencies (2)

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

Dev Dependencies

None

Used by (2)

  1. inuit < "0.2"
  2. wall

Conflicts

None