Changeset 13329

Timestamp:
06/15/11 06:26:32 (12 years ago)
Author:
Mark Evenson
Message:

Fast SHA-{1,256,512} cryptographic hashes for files.

Includes the start of a benchmark that seems to show that using NIO
direcly without involving Lisp streams works a couple orders of
magnitude faster. A definite point of optimization would be to have a
java.nio.ByteBuffer? backed Stream that could be used as source and/or
a sync for fast io via FileChannel?.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.