https://github.com/evincarofautumn/gc-benchmarks
GC Microbenchmarks
https://github.com/evincarofautumn/gc-benchmarks
Last synced: 7 months ago
JSON representation
GC Microbenchmarks
- Host: GitHub
- URL: https://github.com/evincarofautumn/gc-benchmarks
- Owner: evincarofautumn
- Created: 2016-08-24T00:35:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T22:42:48.000Z (about 9 years ago)
- Last Synced: 2025-01-29T13:21:53.619Z (8 months ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.