|
|
|
|
|
by throwthrow5643
992 days ago
|
|
> It's that serializers in Rails are the most prominent place where you'll have cpu-bound performance made visible. Sorry, what other interpreted language has significantly better serializiation/deserialization performance than Ruby? |
|
E.g. https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
And I have measured ser/de for PHP, Ruby (and Rust, we needed to know how much faster JSON serde in rust would be, and compared it to Ruby and PHP). Php is probably much faster because the JSON ser/de is apparently written in C.