Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmitryolshansky/hedgehog
- Owner: DmitryOlshansky
- License: bsl-1.0
- Created: 2023-04-13T05:09:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T17:10:26.000Z (10 months ago)
- Last Synced: 2025-01-23T00:46:35.763Z (2 days ago)
- Language: D
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.