An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# insorderset
A set data structure for Python that maintains insertion order. Implemented in C/C++ for speed.