shithub: sl

ref: 253360811e60a4a87673c1425b5c5f701f3b1d4b
dir: /test/tme.lsp/

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