Rust’s New Sort Algorithms

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… Read more

Similar

Learning Rust: Let’s Build a Parser

This is a demonstration of building a parser in Rust using the nom crate. I recently built a parser for the cddl-cat crate using nom, and I found it a surprisingly not-terrible experience, much better than my past experiences with other parser-generators ... (more…)

Read more »