Tony O'Dell

Data storage/analysis and statistics pro. And, cycling racer hipster.
California  https://patreon.com/oynot 13 posts
 

Speed Quest 1.0, or 0.1, or something.

JSON Headaches In writing zef, a major bottleneck in the quest for speed was the to-json method provided by ecosystem modules and the built-in method. I wasn't prepared »

HTTP::Server::Async: Writing an HTTP Request Parser

This is part 2 of a 2 part series. You may want to check out the first part [https://deathbyperl6.com/refactoring-httpserverasync/] if you haven't already. You' »

Refactoring HTTP::Server::Async

Even serialized HTTP servers are complicated. Let's make one that is asynchronous for the three Fs; fun, frustration, fury. We're going to rewrite HTTP::Server::Async »