-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Since the update to V5, the interface has changed a lot. However, I don't think some changes are beneficial.
Most notably, it seems that the binary search tree no longer works in key-value pairs. As an example, where you would previously use the 'has' method to look whether a particular key is present in the tree, this method now requires you to provide a particular object. This takes away a lot of functionality from this package? I used this package to implement a tiny little custom cache, so when I want to look up an object, I only know the key used to store it and not the object itself. Since the update to V5, such lookup is no longer possible and therefore I can no longer use this package.
I wonder what is the reasoning behind this change?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status