Skip to content

Instantly share code, notes, and snippets.

@ralt
Created August 10, 2017 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralt/a5363283772869cb307cc0e68b5ef750 to your computer and use it in GitHub Desktop.
Save ralt/a5363283772869cb307cc0e68b5ef750 to your computer and use it in GitHub Desktop.

root.tar.gz is an 8MB file.

SBCL:

CL-USER> (time (ironclad:digest-file :sha256 "../root.tar.gz"))
Evaluation took:
  0.072 seconds of real time
  0.071849 seconds of total run time (0.071849 user, 0.000000 system)
  100.00% CPU
  215,790,496 processor cycles
  163,840 bytes consed

ECL:

CL-USER> (time (ironclad:digest-file :sha256 "../root.tar.gz"))
real time : 12.595 secs
run time  : 12.787 secs
gc count  : 9 times
consed    : 281587776 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment