shithub: femtolisp

ref: 47b3876d57432c6e522b4c620accd31408261099
dir: /tests/tme.lsp/

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