shithub: sl

ref: cc79aecb926a9348574327c29b9410143202c1cd
dir: /test/tme.lsp/

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