shithub: femtolisp

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

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