https://github.com/keep94/fastwaitlist
A O(log n) implementation of a waitlist in python
https://github.com/keep94/fastwaitlist
Last synced: 12 months ago
JSON representation
A O(log n) implementation of a waitlist in python
- Host: GitHub
- URL: https://github.com/keep94/fastwaitlist
- Owner: keep94
- Created: 2012-11-02T12:49:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-02T12:53:08.000Z (over 13 years ago)
- Last Synced: 2025-06-05T11:11:36.709Z (about 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FastWaitlist
============
A O(log n) implementation of a waitlist in python