varintversion
A simple varint implementation modeled after the one found in Go's standard library.
Originally I wrote it because I wanted to implement a protocol in ocaml that used it, but did not want to use piqi, or protobuf.
What varint encoding does is that you can input an int32 or int64, and for smaller numbers, it will take up less space, protobuf uses this technique for field length prefixing, as a result it is more space efficient than using an 32 bit or 64 bit int, but on the other hand it does take more CPU time.
Tags | mirage encoding |
---|---|
Author | Sam Riyad |
License | MIT |
Published | |
Homepage | https://github.com/XnuKernPoll/ocaml-varint |
Issue Tracker | https://github.com/XnuKernPoll/ocaml-varint/issues |
Maintainer | flatmapds@gmail.com |
Dependencies | |
Source [http] | https://github.com/XnuKernPoll/ocaml-varint/archive/v1.0.tar.gz sha256=5a00476c69cd72e8c3f2bbfbc9321474ce6469db9e68a2df65553ee7786c0b08 md5=591f6b0f54f288bc2950ed597fa9f0e3 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/varint/varint.1.0/opam |
No package is dependent