Crates.io | fastprio |
lib.rs | fastprio |
version | 0.1.1 |
source | src |
created_at | 2023-10-20 18:08:28.375113 |
updated_at | 2023-10-20 18:13:23.327355 |
description | A fast O(1), no_std priority queue using buckets |
homepage | |
repository | https://github.com/zacklukem/fastprio/ |
max_upload_size | |
id | 1009263 |
size | 19,076 |
A fast priority queue implementation using a fixed number of buckets.
All operations are O(1)