shithub: sl

ref: 64fc8bfd4e5c954b618f100ebd0e619510975a1a
dir: /test/tme.lsp/

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