shithub: sl

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

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