shithub: sl

ref: 29ed9a45343c2af78a32015788f2316b9d986ada
dir: /test/tme.lsp/

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