beauby / jsonapi

[DEPRECATED] Ruby gem for parsing/rendering JSON API documents.
41 stars 17 forks source link

Native Extensions for more performant JSON API document parsing? #36

Open NullVoxPopuli opened 8 years ago

NullVoxPopuli commented 8 years ago

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?

beauby commented 8 years ago

Yeah I've thought about it but:

  1. before thinking about making a native extension, I'd like to make sure the API is stabilized;
  2. first step would be to make a proper benchmark;
  3. I haven't had much time to devolve into that lately.

If you feel like making a benchmark, that would be great! :)