shithub: sl

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

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