shithub: femtolisp

ref: 8cb08f4c2751dab26235520448307fcdbfc257bd
dir: /test/tme.lsp/

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