Login
7 branches 0 tags
Ben(Parabola/X220) Optimized VM arithmetic branches f4e7492 2 years ago 1005 Commits
nujel / tests / testsuite / string.nuj
(888 (-> (range 200)
         (map string)
         (join ", ")
         (buffer/length)))
(2328731233 (import (hash) :crypto/adler32)
            (-> (range 200)
                (map string)
                (join ", ")
                hash))
(1091 (-> (range 200)
          (map string)
          string/write
          buffer/length))