shithub: femtolisp

ref: 6041c7b40e721d5a2327b9b5743d883990e4eadb
dir: /tests/tme.lsp/

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