shithub: sl

ref: 7aecb546122683d86e8b80ce33f12b3adb752970
dir: /test/tme.lsp/

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