shithub: femtolisp

ref: 79d9a3789b58d821eda59843f7b90211001765f1
dir: /test/tme.lsp/

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