shithub: femtolisp

ref: 2923137ef047b401d560766537782f60e67f9a0c
dir: /tests/tme.lsp/

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