| Paste number 34834: | salza vs zlib on /etc/termcap |
| Pasted by: | Xach |
| 1 year, 11 months ago | |
| #lisp | |
| Paste contents: |
| SHAPEFILE> (time (length (salza:compress-sequence *buffer*))) Evaluation took: 0.766 seconds of real time 0.757885 seconds of user run time 0.004999 seconds of system run time [Run times include 0.01 seconds GC run time.] 0 calls to %EVAL 0 page faults and 8,702,216 bytes consed. 355003 SHAPEFILE> (time (length (zlib:compress *buffer* :fixed))) Evaluation took: 395.763 seconds of real time 364.13065 seconds of user run time 0.230965 seconds of system run time [Run times include 0.04 seconds GC run time.] 0 calls to %EVAL 0 page faults and 21,381,344 bytes consed. 370468 SHAPEFILE> (length *buffer*) 737414 |
This paste has no annotations.