Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthiasdiener/qdset
- Owner: matthiasdiener
- License: mit
- Created: 2024-03-07T21:42:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:12:04.000Z (7 months ago)
- Last Synced: 2024-04-19T18:02:15.378Z (7 months ago)
- Language: C
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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