shithub: sl

ref: 99e0b90ee3d02bce33ccb3701103c6bc9e770bd2
dir: /test/tme.lsp/

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