msgpack-ocaml
msgpack-ocaml copied to clipboard
MessagePack implementation for OCaml / msgpack.org[OCaml]
OASIS is deprecated and is not compatible with OCaml 5.0 so I switched the build system to dune instead. I've also moved `msgpack.conv` to its own `msgpack-conv` package as it...
It looks like camlp4 isn't required for the base msgpack library. Would you accept a PR reflecting this?
The internal representation of bytes as bool tuples and the splitting of strings into list contributes to the slow performance. A messages with a 64kb string takes close to 100ms...
Currently, only "raw", i.e. bin format family is supported. I'd like to contribute but have to admit that I'm a bit afraid by the code: did you really extract this...
I am seeing the following compile error from both OPAM and HEAD when the --enable-conv flag is set (which happens automatically in OPAM when you have meta_conv installed): ``` [garth@xxx]$...