shithub: sl

ref: 34ed118a4c06e9ce028ffbe6e29c0fb09c0e3849
dir: /test/tme.lsp/

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