https://github.com/vy/libpqueue
Generic priority queue (heap) implementation used by the Apache HTTP Server project.
https://github.com/vy/libpqueue
Last synced: about 1 year ago
JSON representation
Generic priority queue (heap) implementation used by the Apache HTTP Server project.
- Host: GitHub
- URL: https://github.com/vy/libpqueue
- Owner: vy
- License: bsd-2-clause
- Created: 2010-01-22T11:31:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T07:18:21.000Z (about 4 years ago)
- Last Synced: 2025-03-28T13:44:25.846Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 103
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
L oo.ooooo. .ooooo oo oooo oooo .ooooo. oooo oooo .ooooo.
888' `88b d88' `888 `888 `888 d88' `88b `888 `888 d88' `88b
888 888 888 888 888 888 888ooo888 888 888 888ooo888
I 888 888 888 888 888 888 888 .o 888 888 888 .o
888bod8P' `V8bod888 `V88V"V8P' `Y8bod8P' `V88V"V8P' `Y8bod8P'
888 888.
B o888o 8P'
"
`libpqueue` is a generic priority queue (heap) implementation used by the Apache HTTP Server project. (Particularly, 2.2.14 release.) I just tidied up the source and API a little bit, introduced some minor functionality, etc.