Skip to content

Bijou64: A variable-length integer encoding

6.3 relevance
Score Breakdown
technical depth
8
novelty
7
actionability
5
community
6
strategic
3
personal
6

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Variable-length integer encoding, relevant to data engineering.

General inkandswitch.com
Bijou64: A variable-length integer encoding
Summary

Bijou64, a variable-length integer encoding for the Subduction CRDT sync protocol, enforces canonical representation to eliminate signature-verification bugs that plague LEB128 and other varints. Designed for security, it inadvertently runs several times faster than LEB128 by avoiding separate canonicality checks. This shows how constraint-driven design can yield both correctness and performance gains.