An open API service indexing awesome lists of open source software.

https://github.com/evincarofautumn/gc-benchmarks

GC Microbenchmarks
https://github.com/evincarofautumn/gc-benchmarks

Last synced: 7 months ago
JSON representation

GC Microbenchmarks

Awesome Lists containing this project

README

          

# only-garbage(*n*)

*n* = number of objects

Only allocates garbage. Should scale linearly with the number of objects.

# percent(*p*, *n*)

*p* = garbage percentage (0-100)

*n* = number of objects

Does a GC when *p* % of the heap is garbage. Should scale linearly with the
number of live objects.