compactmap icon indicating copy to clipboard operation
compactmap copied to clipboard

Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html

Results 2 compactmap issues
Sort by recently updated
recently updated
newest added

Hello, when storing large map onSavedInstanceState it crashes with TransactionTooLargeException. Do you have any solution ?

Hi and thank you for making this data structure. I am writing a java server and have some memory issues. So I wanted to use compactHashMaps. I tested the code...