package grenier

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.tar.gz
md5=2ce9f4cfc13a22b2eab371c38f57485e

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: 10 Oct 2017

Dependencies (2)

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

Dev Dependencies

None

Used by (2)

  1. inuit
  2. wall

Conflicts

None