Fellow Developers,

I am experimenting with off-heap memory management in Java. The results are 
promising in Android as well.

I am using FileChannel.map to memory map large segments of file and manage 
allocation/deallocation in that buffer to create collections. It can handle 
a list of 100M integers, which may not be possible or pretty expensive 
using Java heap.

I am wondering if others have tried it, and if you would like to share your 
experience? Moreover, if anyone is struggling to fit their data structures 
in heap, would like to hear that as well to continue, and contribute in 
that effort.

Thanks in advance.
-Soumitra.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/fad4c6ef-245c-4780-ba4a-ec6d83b02f97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to