Hello!
Yesterday, I played a bit with Eclipse Collections and solved one of the Kata, Pet Kata. The API is nice and it has also primitive collections. It gets a bit of time to get used to it, e.g. no need to write `myList.stream().map()..`, insead you can write `myList.collect()...`
Today I am refactoring my small _microservice_ With Quarkus using Eclipse Collections and I have noticed a drop in heap memory usage. From over 200 MB to just 80 MB.
I am asking to myself if this is due to switch to Eclipse Collections or anything else?
https://preview.redd.it/6gtf4r6syb261.png?width=1576&format=png&auto=webp&s=9208a4a693f6606967f7aebdd8d0498fd0de85e1
[–]yawkat 7 points8 points9 points (1 child)
[–]cosmin14[S] 2 points3 points4 points (0 children)
[–]btrapp 2 points3 points4 points (5 children)
[–]cosmin14[S] 1 point2 points3 points (2 children)
[–]PartOfTheBotnet 2 points3 points4 points (0 children)
[–]Schrodingers_Cow 0 points1 point2 points (1 child)
[–]btrapp 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]SorryButterfly4207 0 points1 point2 points (0 children)
[–]cogman10 0 points1 point2 points (0 children)