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

https://github.com/nwtgck/akka-stream-zstd-example

Example of akka-stream-zstd
https://github.com/nwtgck/akka-stream-zstd-example

akka akka-streams example scala zstandard zstd

Last synced: 11 months ago
JSON representation

Example of akka-stream-zstd

Awesome Lists containing this project

README

          

# akka-stream-zstd-example
[![Build Status](https://travis-ci.com/nwtgck/akka-stream-zstd-example.svg?branch=master)](https://travis-ci.com/nwtgck/akka-stream-zstd-example)

Example of [akka-stream-zstd](https://github.com/nwtgck/akka-stream-zstd)

## Run Example

```bash
sbt "runMain ExampleMain"
```

## Run simple benchmark

```bash
./files/download.sh
sbt "runMain SimpleBenchmarkMain"
```

## Source of [files/dickens](files/dickens)