shithub: sl

ref: 90c44a4a0228a8c54f7cdd95a4544e5e088050fb
dir: /tests/tme.lsp/

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