shithub: sl

ref: 2385333a3532bca476df8cf34cacdcd6277ae9c1
dir: /test/tme.lsp/

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