git-annex/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
Joey Hess b68a40fa88
todo
2021-05-20 11:18:46 -04:00

7 lines
233 B
Markdown

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]]