Closed pablogsal closed 2 years ago
More to come, I will create a PR per benchmark
OOI do you have any numbers as to what fraction of the runtime this spends in GC?
By definition all of it, as the benchmark is only measuring the gc.collect() call for the destruction of all the cycles.
gc.collect()
More to come, I will create a PR per benchmark