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 … »
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 … »
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' … »
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 … »