You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by Daniel Gruno <hu...@apache.org> on 2021/09/14 19:54:15 UTC

which json lib to use?

Hi folks,
I was looking at foal and seem to have made the observation that the 
most cpu time is being spent on json decode/encode. Thus, I was 
wondering if people have experience with the faster json libraries out 
there, like orjson or rapidjson. Can we use one of the faster libraries 
as a drop-in replacement?