shithub: sl

ref: 0869680c65042eaf41322cef06cf34a85027905d
dir: /test/tme.lsp/

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