Why Sponsor Oils? || www.oilshell.org
32 comments| lobste.rs
For the past few months, I’ve been curious about two technologies: the Zig programming language and Ethereum cryptocurrency. To learn more about both, I’ve been using Zig to write a bytecode interpreter for the Ethereum Virtual Machine. Zig is a great language for performance optimization, as it gives you fine-grained control over memory and control flow. To motivate myself, I’ve been benchmarking my Ethereum implementation against the official Go implementation.| mtlynch.io
An investigation.| registerspill.thorstenball.com
Flexible and Economical UTF-8 Decoder| bjoern.hoehrmann.de
Andrew Wooster (March 5, 2010 4:47 PM) One nit on substring search: searching for series of bytes is almost never what you want when doing a substring search in Unicode. For most substring search needs, you'll need to take into account Unicode equivalence: http://en.wikipedia.org/wiki/Unicode_equivalence| research.swtch.com
A Twist on Wadler's Printer| justinpombrio.net
Why Sponsor Oils? || www.oilshell.org
This is the homepage of the profiling tool Callgrind| kcachegrind.github.io