|
|
|
|
|
by jb3689
2752 days ago
|
|
It's worth mentioning that there are much faster JSON parsing libraries than the default in Ruby stdlib. I still don't think Ruby is the best choice for doing raw JSON parsing. Last time I had to care about JSON speed we were transforming billions of events and the Ruby JSON lib was becoming a bottleneck |
|
I am on the edge of my seat now.
Would you mind listing which libraries are much (say, an order of magnitude) faster?