[Solved] PatriciaTrie or HashMap which is best to store large amount of data in session
[ad_1] Currently I am looking for best replacement of HashMap becuase of memory overhead and I need faster update and retrieval of data. I don’t know if a Trie will give you a smaller memory overhead than a HashMap. It depends on the size and distribution of the keys, and on how you implement the … Read more