Skip to content

Commit 0c12d01

Browse files
committed
update
1 parent 1b79f24 commit 0c12d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/todo/optimise_by_converting_Map_to_HashMap.mdwn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ parts with HashMap. The uses in AnnexRead especially.
88

99
> Note that HashMap perfomance can degrade if an attacker provides keys
1010
> that collide. This has been used to DOS aeson parsing. (Which could
11-
> affect a few parts of git-annex in theory). So if converting to HashMap,
12-
> need to consider this. --[[Joey]]
11+
> affect a few parts of git-annex in theory; fixed in aeson-2.0.1.0).
12+
> So if converting to HashMap, need to consider this. --[[Joey]]

0 commit comments

Comments
 (0)