A GPU- and SIMD-accelerated binary entropy visualizer written in Rust - 19h/apeiron... (more…)
Read more »
This PR replaces the sort implementations with tailor-made ones that strike a balance of run-time, compile-time and binary-size, yielding run-time and compile-time improvements. Regressing binary-s... (more…)
Read more »
These are some notes on what I have done with Rust over the last week,
in the course of doing something highly experimental that could well
turn out to be foolishly over-complicated. (I'll be interested to hear
about other ways of doing this, in other pro... (more…)
Read more »
One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »