shithub: femtolisp

ref: 5d480a2944a16a22fcaad448cd0822b45858b222
dir: /tests/tme.lsp/

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