shithub: sl

ref: 914e5eb1b37e178a012f804227b076c1fc6b3197
dir: /test/tme.lsp/

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