shithub: femtolisp

ref: 2bb1c980e25fce857906ad619986a9f001889fcf
dir: /tests/tme.lsp/

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