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.