shithub: femtolisp

ref: 1e6c71f655d39345d6d2586656f30af9a222336f
dir: /tests/tme.lsp/

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