update
authorJoey Hess <joeyh@joeyh.name>
Mon, 11 Oct 2021 14:06:36 +0000 (10:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 11 Oct 2021 14:06:36 +0000 (10:06 -0400)
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn

index 448a26b2f100586b507d1c18a42a919a65b8c56d..4db7ec8e2b72dfb787f37bc50c7f728a6a90d827 100644 (file)
@@ -8,5 +8,5 @@ parts with HashMap. The uses in AnnexRead especially.
 
 > Note that HashMap perfomance can degrade if an attacker provides keys
 > that collide. This has been used to DOS aeson parsing. (Which could
-> affect a few parts of git-annex in theory). So if converting to HashMap,
-> need to consider this. --[[Joey]]
+> affect a few parts of git-annex in theory; fixed in aeson-2.0.1.0). 
+> So if converting to HashMap, need to consider this. --[[Joey]]