This commit is contained in:
Joey Hess 2022-07-18 17:02:41 -04:00
parent 2cb634c373
commit fd6e01d9b6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 2 deletions

View file

@ -13,12 +13,10 @@ For benchmarking, I'm using this command.
ITER=2000
Old: 52s
Appending: 28s
Appending without reading old value: 2s
ITER=4000
Old: 190s
Appending: 111s
Appending without reading old value: 5s
So an improvement of 50%. But remains nonlinear even when appending,

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 17"""
date="2022-07-18T20:56:48Z"
content="""
whereis would have up-to-date information, except when it was the old
git-annex that does not understand atomic appends. Then there would be
a narrow window, during each atomic append, where it would not see any of the
changes that registerurl had written to the log file, and would instead see
an old value from the git-annex branch.
Hmm. Maybe that is a problem. I dunno.
"""]]