shithub: femtolisp

ref: 2f9d6593d40d5756034344a7456d6bec80c5873e
dir: /tests/tme.lsp/

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