shithub: femtolisp

ref: 1006496256ea36d8b1ba22739db6a70987f1987e
dir: /tests/tme.lsp/

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