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

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

Awesome Lists containing this project

README

          

# ats-wc

[![Build Status](https://travis-ci.org/vmchale/ats-wc.svg?branch=master)](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"
```