Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasufell/streamly-string


https://github.com/hasufell/streamly-string

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Streamly strings

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

```sh
cabal build
exe=$(cabal -v0 list-bin streamly-string)
time "${exe}" "string"
time "${exe}" "text"
time "${exe}" "streamly"
```

My results are:

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