Optimizing memory consumption of Radix Trees in Java
On the Relevancy team at Zulily, we are often required to load a large number of large strings into memory. This often causes memory issues. After looking at multiple ways to reduce memory pressure, we settled on Radix Trees to store…