+1 to optionally offloading JSON work to a faster module.  I use Mojo 
extensively as a RESTful backend between servers, and when we get into 
multi-MB of JSON in a single request I often get a 100% CPU Perl process 
for a few minutes while it works through it all.

No preference which module.  I'd be fine if there was an optional 
Mojo::JSON::C that was compiled at installation for those who chose to do 
so.  That would assure consistency in test cases and existing encode/decode 
assumptions.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to