shithub: femtolisp

ref: d54805db1b8a0ef22f88b8a1db902618550ba53c
dir: /test/tme.lsp/

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