shithub: femtolisp

ref: 16807df966dc78dc9f11355f1cf18c88dc7c1253
dir: /test/tme.lsp/

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