shithub: femtolisp

ref: 44f7d8fd2573d566042c863c45aed426433cc6b4
dir: /tests/tme.lsp/

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