kmx git
login
register
kc3-lang
/
harfbuzz
/
src/hb-priority-queue.hh
src/hb-priority-queue.hh
Log
Author
Commit
Date
CI
Message
f561fa6e
2021-03-18T11:13:47
Change priority queue to use (priority, value) instead of (value, priority).
59ac0a0d
2020-11-05T10:29:56
[subset] Use priority for comparison in heap.
4c8dd41e
2020-11-05T09:21:25
[subset] re-write compute distances to use an array lookup for the distance map.
5c4e0ffd
2020-11-04T16:08:01
[subset] Add a basic priority queue datastructure (binary heap).