fork download
  1. (time (conj [1 2] 3))
  2.  
  3. (time (into [1] [2 3]))
Success #stdin #stdout 1.67s 335488KB
stdin
Standard input is empty
stdout
"Elapsed time: 0.045507 msecs"
"Elapsed time: 1.720489 msecs"