shithub: sl

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

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