shithub: femtolisp

ref: 97d0c80fcc6e076d3a856f3ec2230194ce0e7b3f
dir: /test/tme.lsp/

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