Gigatoken is a new tokenizer that claims to be 1000x faster than HuggingFace's tokenizers, making it possible to tokenize text data at GB/s. It supports a wide range of CPU hardware and most commonly used tokenizers. The project provides a drop-in replacement for existing tokenizers and can be used with its own API or in compatibility mode with HuggingFace Tokenizers or Tiktoken. The author has optimized the implementation for every combination of CPUs and tokenizers, resulting in consistent performance across different setups.