shithub: femtolisp

ref: 2967f7480c224b0928255cf44ca15cc4c5b08dd7
dir: /test/tme.lsp/

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