shithub: femtolisp

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

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