shithub: sl

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

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