shithub: sl

ref: be2ad952a4c1c3eea9ccc03fc216d7641ef7caf6
dir: /test/tme.lsp/

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