projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b79f24
)
update
author
Joey Hess
<joeyh@joeyh.name>
Mon, 11 Oct 2021 14:06:36 +0000
(10:06 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 11 Oct 2021 14:06:36 +0000
(10:06 -0400)
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
b/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
index 448a26b2f100586b507d1c18a42a919a65b8c56d..4db7ec8e2b72dfb787f37bc50c7f728a6a90d827 100644
(file)
--- a/
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
+++ b/
doc/todo/optimise_by_converting_Map_to_HashMap.mdwn
@@
-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]]