shithub: sl

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

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