shithub: femtolisp

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

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