Re: [armedbear-devel] [quicklisp] The "kitchen" behind quicklisp repositories
On 6/10/11 13:52 , Zach Beane wrote: […]
I'm not exactly sure what I will need, yet, but certainly if it was easy for ABCL to provide a fast way to compute the SHA1/SHA256/SHA512 digest of disk files, that would be helpful. […]
Attached please find code for ABCL which directly manipulates the underlying JVM APIs for fast I/O ("NIO") and uses the built-in MessageDigest computation. Is this sufficient for your needs? ABCL needs to look at how to make such things happen natively in Lisp a lot faster, but that won't be happening in the near future. -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
Mark Evenson <evenson@panix.com> writes:
On 6/10/11 13:52 , Zach Beane wrote: […]
I'm not exactly sure what I will need, yet, but certainly if it was easy for ABCL to provide a fast way to compute the SHA1/SHA256/SHA512 digest of disk files, that would be helpful. […]
Attached please find code for ABCL which directly manipulates the underlying JVM APIs for fast I/O ("NIO") and uses the built-in MessageDigest computation. Is this sufficient for your needs?
I'll give it a try and let you know, thanks! Zach
participants (2)
-
Mark Evenson
-
Zach Beane