kc3-lang/harfbuzz/src/hb-priority-queue.hh

Branch :


Log

Author Commit Date CI Message
f561fa6e 2021-03-18 11:13:47 Change priority queue to use (priority, value) instead of (value, priority).
59ac0a0d 2020-11-05 10:29:56 [subset] Use priority for comparison in heap.
4c8dd41e 2020-11-05 09:21:25 [subset] re-write compute distances to use an array lookup for the distance map.
5c4e0ffd 2020-11-04 16:08:01 [subset] Add a basic priority queue datastructure (binary heap).