Switch language한국어
Back to the list

Bijou64: A variable-length integer encoding | Hacker News

TL;DR AI

Key summary

2 min read
  1. Hacker News users discussed Bijou64, a proposed variable-length integer encoding.

  2. The debate focused on SIMD friendliness, canonical representations, and decoder complexity.

  3. Commenters compared Bijou64 with LEB128 and UTF-8-style encodings for storage and network use.

  4. The discussion also touched on fuzzing, serialization, and the tradeoff between size efficiency and implementation simplicity.

Read the original