Skip to content

hasufell/streamly-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamly strings

You need ghc-9.6.5. To run the benchmarks for decoding to Unicode and printing the last symbol, do:

cabal build
exe=$(cabal -v0 list-bin streamly-string)
time "${exe}" <large-text-file> "string"
time "${exe}" <large-text-file> "text"
time "${exe}" <large-text-file> "streamly"

My results are:

  • string: 1,152s
  • text: 0,654s
  • steramly: 0,222s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published