velocypack
velocypack copied to clipboard
A fast and compact format for serialization and storage
Hi I ported java implementation(tests are passed) to .NET(https://github.com/ra0o0f/velocypack.net). it supports all c# primitive data types(except decimal) and can also serialize complex objects with a proven performance(using Json.net JsonReader/JsonWriter). c#...
A rather random list of things that came to my mind: - sets (ordered/unordered), unique values only - bags (unordered), as opposed to arrays, which are ordered bags (non-unique and...
It deserves to be mentioned here: https://en.wikipedia.org/wiki/Comparison_of_data_serialization_formats @neunhoef: Please validate below template and fill in the gaps (IDL/API/zero-copy) ``` |- | [[VelocyPack]] | [[ArangoDB]] | {{n/a}} | {{no}} | [https://github.com/arangodb/velocypack/blob/master/VelocyPack.md...
I've stumbled over your VPack and see your comparisons to other serialization formats. I'm just wondering how VPack compares to CBOR (http://cbor.io/), which in the meantime is even "standardized" in...
Why do you show vpack with gzip, but not JSON with gzip (especially as JSON tends to gzip very well)
Please add FlatBuffers benchmarks (ref: https://google.github.io/flatbuffers/md__benchmarks.html).
Data types that have no equivalent in JSON should be convertible to JSON using a configurable mechanism. The obvious conversions mechanisms that we should provide by default are: - conversion...
BCD type support is not yet implemented in VelocyPack. The BCD types should be supported by the Builder, Slice and Dumper classes.
https://en.cppreference.com/w/cpp/numeric/bit_cast Hmm, shouldn't work for old compiler, memcpy?
It's one of dependancy to install `thermohubclient` & I am trying to build it using `termux` Help will be appreciated ``` ~/.../velocypack/build $ MATHLIB=m cmake .. -DCMAKE_CXX_FLAGS=-I/data/data/com.termux/files/usr/include -DCMAKE_INSTALL_PREFIX=$PREFIX/local -DCMAKE_BUILD_TYPE=Release -DBuildTools=OFF...