shithub: sl

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

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