shithub: femtolisp

ref: bf5e0d221034acd1b390c8a563d25899765225d7
dir: /tests/tme.lsp/

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