shithub: sl

ref: 9d4e6ef4318d53d7d046a7dd906906e42ffb3b46
dir: /test/tme.lsp/

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