shithub: sl

ref: 910a7321473f64b852a39200f44936461dce3b01
dir: /test/tme.lsp/

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