shithub: femtolisp

ref: 076b3b75c0f116421c17e7c2afd52b3079521ef4
dir: /test/tme.lsp/

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