▲ | williamcotton 11 hours ago | |||||||
One thing that sold me on Jansson is that you can set custom allocators which work very well with the request arena. Once those allocators are set the json objects continue to use the arena even when used in middleware. This makes memory management a cinch! From what I can tell jq’s C lib doesn’t yet expose a way to set custom allocators. | ||||||||
▲ | cryptonector 10 hours ago | parent [-] | |||||||
You can set a custom allocator, but it's global. You could contribute a feature to set thread-local custom allocators -- it'd be quite easy. | ||||||||
|