shithub: femtolisp

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

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