https://github.com/inducer/insorderset
A set data structure for Python that maintains insertion order. Implemented in C/C++ for speed.
https://github.com/inducer/insorderset
Last synced: 12 days ago
JSON representation
A set data structure for Python that maintains insertion order. Implemented in C/C++ for speed.
- Host: GitHub
- URL: https://github.com/inducer/insorderset
- Owner: inducer
- Created: 2026-03-30T15:29:07.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-03-30T16:11:33.000Z (28 days ago)
- Last Synced: 2026-03-30T17:38:33.298Z (27 days ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# insorderset
A set data structure for Python that maintains insertion order. Implemented in C/C++ for speed.