Open
Description
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# decimal is 128-bit data type. compared to floating-point types, but different from Quadruple-precision floating-point which is also 128-bit.
developers use it a lot for financial calculations. which vpack datatype should be used to store decimal
since converting to double could loose precision
Metadata
Metadata
Assignees
Labels
No labels