Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmitryolshansky/hedgehog

Hedgehog is a simple drop-in replacement for memcached written in D
https://github.com/dmitryolshansky/hedgehog

Last synced: 1 day ago
JSON representation

Hedgehog is a simple drop-in replacement for memcached written in D

Awesome Lists containing this project

README

        

# Headgehog

Hedgehog is a simple drop-in replacement for memcached.

## Building

Get D compiler and tools for your OS [here](https://dlang.org/download.html).
```
dub build
```

## Running

./headgehog

## Under the hood

Headgehog is an example project that utilizes the power of [photon](https://github.com/DmitryOlshansky/photon)
transparent fiber i/o scheduler to make synchronious I/O async.