shithub: sl

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

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