package fast_bitvector
A bitvector library
Install
Dune Dependency
Authors
Maintainers
Sources
fast_bitvector-0.0.5.tbz
sha256=11ab318e06c850106ef8559a01a6f47034b5a33990dc021da3e399acba01c959
sha512=f12efc2d509a9e9af1fbd47620f537baa2ed551d19cea309aea9c5968ef53514221899cf5f6741a2217a3fb314ea8fb4885f6b6c65a19b7ff2bc3e5ba4f53ae1
doc/CHANGES.html
0.0.5
- 32-bit compatible
- Properly fix append
- Add more tests for logical operations
0.0.4.2
- Additional opam fixes
0.0.4.1
- Update opam files to build with earlier ocaml
0.0.4
- compatibility with ocaml 4.14
- use
~len
instead of~length
- fix append and add tests
0.0.3.1
- use ocaml_intrinsics_kernel
0.0.3
- add
set_all
andclear_all
- add basic testing
- add endianness in sexp conversion
- add
is_empty
andis_full
- add set operations
- add
create_full
- fix
set_to
0.0.2
- Initial release