Skip to content

.Net implementation #16

Open
Open
@ra0o0f

Description

@ra0o0f

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions