Login
7 branches 0 tags
Ben(Parabola/X220) Some editor improvements 8b5f620 2 years ago 997 Commits
nujel / tests / testsuite / string.nuj
(58888 (-> (range 10000)
                    (map string)
                    (join ", ")
                    (buffer/length)))
(761779691 (import (hash) :crypto/adler32)
          (-> (range 10000)
              (map string)
              (join ", ")
              hash))
(68891 (-> (range 10000)
                    (map string)
                    string/write
                    buffer/length))