shithub: sl

ref: 475d2ccb12d1ca4ce4c7a2a5b18eed538adf54d4
dir: /test/tme.lsp/

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