All Questions
3 questions
8
votes
2
answers
3k
views
Is there any disadvantage to using Eclipse Collections exclusively?
Because my application works with very large collections of integers, Eclipse Collections seems like a very useful framework because of its primitive collections. I've tested it already, happy to see ...
3
votes
1
answer
345
views
What to do when properties of a HashMap and ArrrayList are neccessary?
I have a data structure that stores various permission groups for a multiplayer game server. There is an instance of a "Rank" class for each permission group. Each rank also has a name. I need to be ...
15
votes
5
answers
11k
views
Java Heap Allocation Faster than C++
I already posted this question on SO and it did ok. It was unfortunately closed though(only needs one vote to reopen) but someone suggested I post it on here as it is a better fit so the following is ...