laforge49 / aatree

Immutable AA Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual trees are way too slow

laforge49 opened this issue · comments

The speed now is so bad I consider it a bug. I noticed that things really got slow when I added core.cache, though part of the blame lies with how I added core.cache.

Time to switch to guava cache and hard code it as well.

Done, but did not gain much speed.

Dropped the use of weak references and cache when a hard reference is present. Biga speed gain. :-)

Sped up queries significantly by dropping the cache completely!