simdjson / experimental_json_builder

Experimental JSON builder based on C++ reflection
Apache License 2.0
41 stars 2 forks source link

Come-up with an initial working implementation for serialization #8

Closed FranciscoThiesen closed 1 month ago

FranciscoThiesen commented 4 months ago

Now that we have some examples/benchmarks, we could test serialization + deserialization with the same examples.

My initial aim is for a simple implementation, which we can iterate upon later (perf, complex use-cases, etc)

lemire commented 4 months ago

It should be possible to leverage simdjson for deserialization.

FranciscoThiesen commented 1 month ago

Marking this as done!