shithub: sl

ref: 1dcc71ec821e945158fa057a7ac07a60b91f5ed6
dir: /femtolisp/tests/tme.lsp/

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