shithub: sl

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

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