Skip to content

fast-collections

Blazing-fast collections you've been missing — a library of high-performance data structures for Python, written in Rust.


Features

  • Written in Rust
  • Full type annotations for IDE autocompletion, and typecheking

Installation

pip install fast-collections

Why fast-collections?

Python's standard library is missing many fundamental data structures. fast-collections fills those gaps with Rust-powered implementations that are orders of magnitude faster than anything you could write in pure Python.


Data Structures


License

MIT