ocramz / depq

Double-ended priority queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add basic version

treeowl opened this issue · comments

On 64-bit architectures, it should be possible to offer a basic version (without efficient meld) that doesn't expose keys to the user. Just stash a counter and use it to generate keys for insertion.

Duplicate