shithub: sl

ref: 7f66c7fdabc180c1f1c44cc5e3a8741a9ebae125
dir: /test/tme.lsp/

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