zlib-crc32-is-iso3309

Status: IN

All 13 CRC call sites across the codebase use `zlib.crc32`, which implements the ISO 3309 polynomial (0xEDB88320); no module uses the Castagnoli polynomial (CRC-32C) that RocksDB and PostgreSQL prefer for hardware-accelerated checksumming.

Source: entries/2026/05/29/topic-crc32-vs-crc32c.md

JSON