ARC is a primitive pre-historic type of garbage co...
# random
v
ARC is a primitive pre-historic type of garbage collection which 1) happens at the working thread 2) does de-fragmentize the memory 3) relies on (slow) OS for memory allocation
👍 2