shithub: femtolisp

ref: 1dd15a7d2be65f89e7d012c5c77f4c7d2d71227b
dir: /test/tme.lsp/

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