shithub: femtolisp

ref: 7e0665beb50190f4b2c09a9a91fcfbf93ce12668
dir: /test/tme.lsp/

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