Refactor Array type API
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
Refactor **ObjArray**, **PtrArray** & **ReusableObjArray** to support moder standard and semantic.
All new implementation follows movable semantic kind of implementation;
All of the types follow all standards for a moveable semantic, this allows to increase performance and reduce memory consumption.
- [ ] All issues and problems that current implementations are having fixed.
- [ ] All clients moved to a new tope and kind of the implementation.
- [ ] All tests are passed without any side effects.
- [ ] New tests are provided and passed correctly.
- [ ] All regression tests are passed, no effects for current flow of the application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.