shithub: femtolisp

ref: 6a028566c703adb465acab5e662c3b73d5be32ca
dir: /test/tme.lsp/

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