Python priority queue implemented in Rust
Although similar to PureQueue, it doesn't make sense to use the exact same signatures. Also don't make API users use Pair<D, P>. |
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| pyority_queue.pyi | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
pyority_queue
Implementations of priority queues in Python using Rust bindings for speed.