GC算法中的并发与并行 July 26, 2022 Content # 并发(Concurrent)和并行(Parallel)的区别。并发 GC 是指 GC 线程和业务线程同时工作。并行是指多个 GC 线程同时工作。 Viewpoint # From # Links # Python中的并发和并行