Skip to content

Releases: backtracking/bitv

v2.0

18 May 10:30
Compare
Choose a tag to compare

Switch to bytes-based implementation (up to 30% faster).

1.6

06 Feb 15:21
Compare
Choose a tag to compare
1.6

CHANGES:

  • fixed build on 32-bit platforms e.g. js_of_ocaml (patch from Tim Bourke)
    • added exceeds_max_length to replace max_length (deprecated)

1.5

30 Jan 14:16
Compare
Choose a tag to compare
1.5

CHANGES:

  • new functions rotatel and rotater (patch from Tim Bourke)

1.4

21 Sep 11:37
Compare
Choose a tag to compare
1.4

CHANGES:

  • switch to dune build system, and opam 2.0
    • add to/of_bytes for machine-independant serialisation
    • fix binary serialisation when vector is larger than 2^32

release 1.3

14 Dec 16:02
Compare
Choose a tag to compare

fix compilation for OCaml 4.06