Improve NamedEntryCollection performance #123

Open
opened 3 years ago by gpe · 1 comments
gpe commented 3 years ago
Owner

hacker reports that NamedEntryCollection is slower than the equivalent in Bart's cache library. Apparently, this is primarily caused by the use of Int2ObjectAVLTreeMap over a plain array. It probably wouldn't be too bad to switch this out for an array.

hacker reports that NamedEntryCollection is slower than the equivalent in Bart's cache library. Apparently, this is primarily caused by the use of Int2ObjectAVLTreeMap over a plain array. It probably wouldn't be too bad to switch this out for an array.
gpe added the
cache
improvement
labels 3 years ago
Poster
Owner

Similarly, we could return an array from Group.unpack() for consistency.

Similarly, we could return an array from Group.unpack() for consistency.
Sign in to join this conversation.
Loading…
There is no content yet.