https://github.com/vmchale/ats-wc
Demonstration of packaing for ATS + faster/safer version of coreutils
https://github.com/vmchale/ats-wc
Last synced: 11 months ago
JSON representation
Demonstration of packaing for ATS + faster/safer version of coreutils
- Host: GitHub
- URL: https://github.com/vmchale/ats-wc
- Owner: vmchale
- License: bsd-3-clause
- Created: 2018-02-03T22:09:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T04:53:16.000Z (about 6 years ago)
- Last Synced: 2025-01-08T12:08:17.420Z (about 1 year ago)
- Language: ATS
- Size: 611 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ats-wc
[](https://travis-ci.org/vmchale/ats-wc)
A faster, memory clean version of `wc -l`. This one has fewer features and
exists mostly as a proof-of-concept and as a demonstration of
[atspkg](http://hackage.haskell.org/package/ats-pkg).
## Benchmarks
You can download the wonderful [bench](https://github.com/Gabriel439/bench) tool
to run the benchmarks.
```
bench "target/ats-wc test/data/ulysses.txt" "wc -l test/data/ulysses.txt"
```