jsonapi
jsonapi copied to clipboard
Native Extensions for more performant JSON API document parsing?
I have no idea what performance is on this gem, but @beauby, have you looked in to performance of jsonapi? do you think doing native-extensions would be worth it?
Yeah I've thought about it but:
- before thinking about making a native extension, I'd like to make sure the API is stabilized;
- first step would be to make a proper benchmark;
- I haven't had much time to devolve into that lately.
If you feel like making a benchmark, that would be great! :)