shithub: sl

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

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