shithub: sl

ref: 89b1e536ebafa324208ea3f8fc594430b4ce616d
dir: /test/tme.lsp/

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