shithub: sl

ref: 56a7e5d3286e98575fb9862a5a9310e7bcaf7708
dir: /test/tme.lsp/

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