todo
This commit is contained in:
parent
84366fa2d0
commit
b68a40fa88
1 changed files with 7 additions and 0 deletions
7
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
Normal file
7
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
Normal file
|
@ -0,0 +1,7 @@
|
|||
Map is used in lots of places, but HashMap is faster, at least sometimes.
|
||||
It would be worth benchmarking some of the more performance critical
|
||||
parts with HashMap. The uses in AnnexRead especially.
|
||||
|
||||
(Set and HashSet too.)
|
||||
|
||||
--[[Joey]]
|
Loading…
Reference in a new issue