bitv icon indicating copy to clipboard operation
bitv copied to clipboard

OCaml bit vector library

Results 3 bitv issues
Sort by recently updated
recently updated
newest added

I believe the following documentation for the machine-independent format is incorrect: https://github.com/backtracking/bitv/blob/531844cb50b8639342310989c055eb274f73e428/bitv.mli#L204-L206 The reason is that the code seems to fix the number of bytes to `8`. If so, the...

The function [Bytes.get_int64_ne](https://ocaml.org/manual/5.3/api/Bytes.html#VALget_int64_ne) has been added in 4.08 (the underlying primitive something like 4.01). It allows to read directly an Int64 instead of reading char by char. I don't know...