fringewidth / fringewidth/jfit
Erroneous fitting for O(n) curves
Open
bug
good first issue
- Dominant language
- Java
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Attempting to analyse constant time curves over large ranges of n results in a plot with several segmented lines, most likely due to caching effects. jFit currently fits an erroneous curve for such data because it assumes all data is an unbroken straight line.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.