Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/streamly-string
https://github.com/hasufell/streamly-string
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasufell/streamly-string
- Owner: hasufell
- License: bsd-3-clause
- Created: 2024-05-09T15:43:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T17:50:03.000Z (6 months ago)
- Last Synced: 2024-05-10T16:59:00.447Z (6 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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