projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
78fcbf0
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Mon, 14 Jun 2004 18:12:44 +0000
(18:12 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 14 Jun 2004 18:12:44 +0000
(18:12 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 9f98ed2254a4a04c8720c84b6c3f9415d9781993..82a74bf6dca8b336c1060f16ef38a45596a7f3fe 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-164,3
+164,8
@@
Changes expected to go in, post-5.2.1:
getpwnam from Bruce Korb
pb (progress bar) from Miika Pekkarinen
+
+ Look into improving the performance of md5sum.
+ `openssl md5' is consistently about 30% faster than md5sum on an idle
+ AMD 2000-XP system with plenty of RAM and a 261 MB input file.
+ openssl's md5 implementation is in assembly, generated by a perl script.