shithub: femtolisp

ref: ccb3743d19272e051bbe4be8c080ef44376cfac5
dir: /test/tme.lsp/

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