shithub: femtolisp

ref: ba070d54b831abcfc8b328baf0eaa0de7d7c7653
dir: /tests/tme.lsp/

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