shithub: femtolisp

ref: 305ad9c2c8c62668bd3df2133494801b99b99a67
dir: /test/tme.lsp/

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