shithub: femtolisp

ref: 4cf907cc035cd84c90b4270f758d382861c15451
dir: /test/tme.lsp/

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