shithub: sl

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

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