shithub: femtolisp

ref: 671da14940457f8b0a8c49ce82b998312b9c65e1
dir: /test/tme.lsp/

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