shithub: femtolisp

ref: 24d0b8e902aa60cb0202b2fc928411e29fc40cd3
dir: /test/tme.lsp/

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