Add support for small objects in GCPerfSim
Open
- Dominant language
- F#
- Stars
- 773
- Forks
- 301
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 15
Description
This issue is a follow up to PR #1621.
As of now, GCPerfSim does not allow a size range of under 100 bytes for SOH. Giving a smaller value often results in an `ArithmeticException` when attempting to create the object due to some calculations GCPerfSim has to do.
It would be desirable to add the capability of creating a different type of objects in these circumstances, in order to be able to work with smaller sizes as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.