Skip to content

Releases: backtracking/bitv

v2.0

Choose a tag to compare

@backtracking backtracking released this 18 May 10:30

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

1.6

1.6

Choose a tag to compare

@backtracking backtracking released this 06 Feb 15:21

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

1.5

Choose a tag to compare

@backtracking backtracking released this 30 Jan 14:16

CHANGES:

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

1.4

1.4

Choose a tag to compare

@backtracking backtracking released this 21 Sep 11:37

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

Choose a tag to compare

@backtracking backtracking released this 14 Dec 16:02

fix compilation for OCaml 4.06