shithub: sl

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

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