xxUTF: Unicode Normalization at Speed
xxUTF provides highly optimized Unicode normalization and case folding routines for UTF-8 and UTF-16 using SIMD. All in a small, simple C library.
xxUTF provides highly optimized Unicode normalization and case folding routines for UTF-8 and UTF-16 using SIMD. All in a small, simple C library.
This post introduces a replacement for nvim-treesitter: a simple Python script for managing tree-sitter parsers.
Here are the tools I use, both for writing code and daily life, 2026 edition.
An example of how tries can be used to achieve fast lookups for small integers on a static dataset without taking up much space.