shithub: femtolisp

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

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