bitv icon indicating copy to clipboard operation
bitv copied to clipboard

Use operations on multiple char at once ?

Open bobot opened this issue 7 months ago • 5 comments

The function Bytes.get_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 yet which speed up it could make to implement the different operations using it, but I was surprised nobody raised this possibility for this library.

bobot avatar Jun 05 '25 07:06 bobot