shithub: sl

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

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