shithub: sl

ref: 45c11c944bd4d757603f2dad3ea739410db7261a
dir: /femtolisp/tests/tme.lsp/

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