shithub: sl

ref: 198fb0edeca92679c1d3dd49bae7359bbc18bcba
dir: /test/tme.lsp/

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