treap icon indicating copy to clipboard operation
treap copied to clipboard

A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.

Results 1 treap issues
Sort by recently updated
recently updated
newest added

Once generics land in [v1.18](https://tip.golang.org/doc/go1.18), we should update the treap implementation to make use of them. Starting this tread to track discussion.

enhancement