shithub: femtolisp

ref: 588c432ea9d25fb5b6820c10580f5364f8dbc9c1
dir: /test/tme.lsp/

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