git-annex/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn

8 lines
233 B
Text
Raw Normal View History

2021-05-20 15:18:46 +00:00
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]]