shithub: femtolisp

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

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