EgorBo / SimdJsonSharp

C# bindings for lemire/simdjson (and full C# port)
Apache License 2.0
646 stars 41 forks source link

Consider using an arena allocator #6

Open tkp1n opened 5 years ago

tkp1n commented 5 years ago

Just a thought... I could imagine an arena allocator doing quite well in this kind of use case. @mgravell introduced a C# implementation here: https://github.com/mgravell/Pipelines.Sockets.Unofficial/blob/master/docs/arenas.md