shithub: femtolisp

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

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