shithub: femtolisp

ref: d35a5d87aaee4c5d6d446214adfc97050fb8629a
dir: /tests/tme.lsp/

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