shithub: femtolisp

ref: 17213e7981553c07bd779712ec2c74b4812d4487
dir: /test/tme.lsp/

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