shithub: sl

ref: bf8afbbf77844ee20f460c7494468048a20f6695
dir: /test/tme.lsp/

View raw version
(let ((t (table)))
  (time (dotimes (i 2000000)
          (put! t (rand) (rand)))))
#t