additivity of timing
Open
Interpreter
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
Timing is not additive if memory is allocated:
```
i3 : timing sum apply (100, i -> first timing (10000000:0))
o3 = 7.5996
-- 14.4016 seconds
```
Find out why.
Contributor guide
No contributing guide indexed for this repository
Research direction
No source files or tests are named. Start by reproducing the `timing sum apply` example with memory allocation, then trace how timing is measured and accumulated. Done means identifying why the reported timings are not additive and documenting the relevant cause or required correction.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100