shithub: femtolisp

ref: 6c30f50bd33ba6675ca81981a734cfc0697394c2
dir: /test/tme.lsp/

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