shithub: sl

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

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