from Hacker News

Oj (Ruby) Just Got Faster

by peterohler on 8/9/21, 12:03 PM with 2 comments

  • by boarnoah on 8/9/21, 1:06 PM

    A bit off topic but notice you have a golang version of your JSON parser lib as well.

    Is there any specific strategy you follow WRT building JSON parsers that you found lacking in std lib implementations in order consider writing your own?

    Quite curious re: the reasoning behind writing the libs and how you even figured it was worth the time effort to consider it in first place.

    Impressive performance numbers in general :)