I've got a quadcore machine here:

user=>   (c/bench (porter-stem words))
Evaluation count : 2220 in 60 samples of 37 calls.
             Execution time mean : *27.571133 ms*
    Execution time std-deviation : 317.554208 mus
   Execution time lower quantile : 26.797791 ms ( 2.5%)
   Execution time upper quantile : 27.939500 ms (97.5%)
                   Overhead used : 10.264005 ns

Found 4 outliers in 60 samples (6.6667 %)
low-severe  4 (6.6667 %)
 Variance from outliers : 1.6389 % Variance is slightly inflated by outliers

user=>   (c/bench  (into [] (r/foldcat (r/map #(porter-stem % "english")
words))))
Evaluation count : 5880 in 60 samples of 98 calls.
             Execution time mean : *10.222315 ms*
    Execution time std-deviation : 107.594094 mus
   Execution time lower quantile : 10.027915 ms ( 2.5%)
   Execution time upper quantile : 10.448660 ms (97.5%)
                   Overhead used : 10.264005 ns

Found 3 outliers in 60 samples (5.0000 %)
 low-severe 1 (1.6667 %)
low-mild 2 (3.3333 %)
 Variance from outliers : 1.6389 % Variance is slightly inflated by outliers

Everything seems in order.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to