comment
This commit is contained in:
parent
2cb634c373
commit
fd6e01d9b6
2 changed files with 13 additions and 2 deletions
|
@ -13,12 +13,10 @@ For benchmarking, I'm using this command.
|
||||||
ITER=2000
|
ITER=2000
|
||||||
Old: 52s
|
Old: 52s
|
||||||
Appending: 28s
|
Appending: 28s
|
||||||
Appending without reading old value: 2s
|
|
||||||
|
|
||||||
ITER=4000
|
ITER=4000
|
||||||
Old: 190s
|
Old: 190s
|
||||||
Appending: 111s
|
Appending: 111s
|
||||||
Appending without reading old value: 5s
|
|
||||||
|
|
||||||
|
|
||||||
So an improvement of 50%. But remains nonlinear even when appending,
|
So an improvement of 50%. But remains nonlinear even when appending,
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue