shithub: femtolisp

ref: 7965ff00950c33760a8153e29173ac1b82b6009f
dir: /test/tme.lsp/

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