ternary-priority-queue 0.1.0

Priority queue for GPU kernel scheduling with ternary scoring. Items scored {-1=deprioritize, 0=normal, +1=prioritize}. O(1) ternary classify, O(log n) exact ordering.
Documentation
1
2
3
4
5
6
7
8
[package]
name = "ternary-priority-queue"
version = "0.1.0"
edition = "2021"
description = "Priority queue for GPU kernel scheduling with ternary scoring. Items scored {-1=deprioritize, 0=normal, +1=prioritize}. O(1) ternary classify, O(log n) exact ordering."
license = "Apache-2.0"
repository = "https://github.com/SuperInstance/ternary-priority-queue"
documentation = "https://docs.rs/ternary-priority-queue"