shithub: femtolisp

ref: dfdd1961a70d071736ccdc9741cfc58380674241
dir: /test/tme.lsp/

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