tinyqueue
tinyqueue copied to clipboard
The smallest and simplest priority queue in JavaScript.
Results
2
tinyqueue issues
Sort by
recently updated
recently updated
newest added
Hi. If I insert multiple items which are "equal" (i.e. for which the comparator returns 0), does pop() preserve the order in which the items were push()'ed? (Order preservation is...
question