Improve performance
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Do the following:
- Remove the copy constructor of the core data structure, adapt remaining code.
- Remove the read-only view for iteration. Implement an iterator that assumes the data structure remains unchanged.
- Reimplement hashing natively, without constructing a temporary set.
- Implement GC traversal. (Unrelated, but also necessary)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.