This commit is contained in:
Joey Hess 2021-05-20 11:18:46 -04:00
parent 84366fa2d0
commit b68a40fa88
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

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