shithub: femtolisp

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

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