mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
19 lines
749 B
Text
19 lines
749 B
Text
$ ls -l ~/tmp/huge
|
|
-rw-r--r-- 1 kerl staff 614295000 Aug 25 2020 /Users/kerl/tmp/huge
|
|
|
|
$ wc -l ~/tmp/huge
|
|
10000000 /Users/kerl/tmp/huge
|
|
|
|
$ justtime read-string ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.707 -- read-string /Users/kerl/tmp/huge
|
|
$ justtime read-string ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.540 -- read-string /Users/kerl/tmp/huge
|
|
$ justtime read-string ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.549 -- read-string /Users/kerl/tmp/huge
|
|
|
|
$ justtime scanner ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.774 -- scanner /Users/kerl/tmp/huge
|
|
$ justtime scanner ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.873 -- scanner /Users/kerl/tmp/huge
|
|
$ justtime scanner ~/tmp/huge > /dev/null
|
|
TIME IN SECONDS 8.777 -- scanner /Users/kerl/tmp/huge
|