Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthiasdiener/qdset

Quick and deterministic sets
https://github.com/matthiasdiener/qdset

Last synced: 10 days ago
JSON representation

Quick and deterministic sets

Awesome Lists containing this project

README

        

# qdset
Quick and deterministic sets

## References

- https://github.com/python/cpython/commit/742da040db28e1284615e88874d5c952da80344e
- https://github.com/python/cpython/blob/3.11/Objects/dictobject.c
- https://github.com/python/cpython/blob/3.11/Objects/setobject.c
- https://github.com/python/cpython/blob/3.11/Include/internal/pycore_dict.h
- https://github.com/python/cpython/blob/3.11/Include/setobject.h