`tuple_data_t` micro-optimization
Open
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 779
- Avg merge
- 14h 26m
- Merged PRs (30d)
- 76
Description
Are we always sure that `indices` and `x_deltas` and `y_deltas` if available, have the same length? Ie. no allocation failure?
If yes we can use `arrayZ` in `operator *=`, `operator +=`, and possibly other places.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.