shithub: femtolisp

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

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