← Back to the wire

tokenizers v1: encode, decode and scaling, measured

AchievementProductSep 21, 2026

The tokenizers library's version 1 release candidate is faster than v0.23, often by tens of times, while producing identical token IDs, API behavior, vocabularies, and merge ranks. Speed gains come from replacing regex-based pre-tokenization with SIMD bitstream splitting, a thread-local word cache, and a rewritten merge loop that reuses scratch buffers. IBM, NVIDIA, and the ExecuTorch team contributed patches and helped test across hardware. Benchmarks cover threading, latency, decoding throughput, memory, and crate size.

Receipt № 20011 source · awaiting confirmation ◐

Evidence

1source· awaiting independent confirmation

No score is assigned. Sources and their independence are shown in the citation chain below.

Citation chain · 1 source

01medPRIMARY
NVIDIACompanyIBMCompany
Canonical: https://huggingface.co/blog/tokenizers-v1