Timeline for Why is the whole Hadoop ecosystem written in Java?
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 8, 2020 at 14:50 | comment | added | JimmyJames | Great answer. I would add that GC is more diverse than people often think. Copy collectors such as the new/young generation in Hotspot are extremely fast for allocation and reclaiming memory, much faster than approaches that require compaction of fragmented memory. They come with a cost that they are inefficient in terms of memory usage, however. | |
| Oct 8, 2020 at 9:06 | history | answered | Useless | CC BY-SA 4.0 |