shithub: femtolisp

ref: 547876db1cb424ef4cbc2890eabbe34157cfa079
dir: /tests/tme.lsp/

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