shithub: sl

ref: 2e9a8c21ccb52cd4726e7c6a0c92cabf1d0e26f8
dir: /femtolisp/tests/tme.lsp/

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