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:
cee0d73
)
bug in this branch
author
Joey Hess
<joeyh@joeyh.name>
Wed, 11 Dec 2019 21:08:26 +0000
(17:08 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 11 Dec 2019 21:08:26 +0000
(17:08 -0400)
doc/todo/optimize_by_converting_String_to_ByteString.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn
b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn
index 4a6d2b6dcd0e9d641142a80a4e272abee10d676e..fa92281686f0a79fa4b56610a28ff848a28e68d2 100644
(file)
--- a/
doc/todo/optimize_by_converting_String_to_ByteString.mdwn
+++ b/
doc/todo/optimize_by_converting_String_to_ByteString.mdwn
@@
-11,6
+11,11
@@
than find so the improvement is not as large.
The `bs` branch is in a mergeable state now, but still needs work:
+* There's a bug impacting WORM keys with / in the keyname.
+ The files stored in the git-annex branch used to have the `/` changed
+ to `_`, but on the bs branch that does not happen. git also outputs
+ a message about "Ignoring" the file.
+
* Profile various commands and look for hot spots.
* Eliminate all the fromRawFilePath, toRawFilePath, encodeBS,