shithub: sl

ref: dca4cd41d41545175457d49a180a12064b804d3b
dir: /femtolisp/tests/tme.lsp/

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