shithub: femtolisp

ref: e731ef03287102cc360f9058afb76ff845fa6aab
dir: /test/tme.lsp/

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