shithub: sl

ref: 0504f7c9d7d468160718f293a69d3b7a148fa0b8
dir: /test/tme.lsp/

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