shithub: sl

ref: b36d4fbf5ddc57fdcecffe441d1a10669816417b
dir: /tests/tme.lsp/

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