Obsessive Optimization with String Interning
- Python 61.7%
- Rust 38.3%
|
|
||
|---|---|---|
| .cargo | Set up Cargo | |
| base | Set up 'base' | |
| LICENSES | Add README and licenses | |
| runner | Set up 'runner' | |
| spice | Rename list method | |
| .gitignore | Add Gitignore | |
| .root | Implement 'spice' | |
| Cargo.toml | Set up Cargo | |
| poetry.lock | Set up Poetry | |
| pyproject.toml | Set up Poetry | |
| README.md | Add README and licenses | |
Obsessive Optimization with String Interning
This is the Git repository of my RustWeek 2026 talk. It contains the source code of the string interner implementations I demonstrated, their testing and benchmarking suites, and the presentation slides.
License
Copyright (C) 2026 arya dradjica (1373u6e9d9n0vcno@bal-e.org)
The source code is available under the MIT or Apache-2.0 licenses,
at your option. Their terms are available in LICENSES/MIT.txt and
LICENSES/Apache-2.0.txt respectively.
The presentation slides are licensed under CC BY-NC-SA 4.0.