nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #105, allow duplicate keys in rbtree #107

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Rework the rbtree to allow multiple entries with the same key. This significantly simplifes the cache storage by not requiring a list on each tree entry to handle duplicates.

Fixes #105