shithub: femtolisp

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

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