shithub: sl

ref: dd97698df55a9e7afd66d71c1720a64f0133afd5
dir: /test/tme.lsp/

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