I understand the uses for benchmarking between different garbage collectors and JVM developers.
Also for extremely efficient programs that don't create garbage then not having a garbage collector is useful, also for very short lived programs.
What are some other use cases for this garbage collector?