Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Change type from
HashMap<u64, Vec<[u64; 1]>
to
HashMap<u64, SmallVec<[u64; 1]>
for better performance whenever each value is represented (mostly) once
Attachments
Issue Links
- links to