Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
See code comment:
* TODO: PROFILE - Explore the possibility of using HashMap instead of sorted arrays.
* The footprint should be higher, but the instanciation and access speed should be faster
* Instanciation: from O(n log n) to O(1)
* Access: from O(log n) to O(1)