shithub: sl

ref: 72cac7cc2315f93253e6bedb6d30047b7a201a4c
dir: /test/tme.lsp/

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