Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huntlabs/hunt
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
https://github.com/huntlabs/hunt
asynchronous collection concurrency dlang event-driven io logging
Last synced: 5 days ago
JSON representation
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
- Host: GitHub
- URL: https://github.com/huntlabs/hunt
- Owner: huntlabs
- License: apache-2.0
- Created: 2017-03-09T02:36:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T09:42:17.000Z (10 months ago)
- Last Synced: 2024-08-04T01:03:02.710Z (4 months ago)
- Topics: asynchronous, collection, concurrency, dlang, event-driven, io, logging
- Language: D
- Homepage:
- Size: 7.56 MB
- Stars: 95
- Watchers: 8
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d - hunt - A refined core library for D programming language. The module has concurrency / collection / event / io / logging / text / serialize and more. (Basic / Bare metal / kernel development)
README
[![Build Status](https://travis-ci.org/huntlabs/hunt.svg?branch=master)](https://travis-ci.org/huntlabs/hunt)
# Hunt library
A refined core library for D programming language.## Modules
* hunt.event
* hunt.io
* hunt.logging
* hunt.util## Platforms
* FreeBSD
* Windows
* macOS
* Linux
* Android## Libraries
* [hunt-net](https://github.com/huntlabs/hunt-net) – An asynchronous event-driven network library written in D.## Frameworks
* [hunt-framework](https://github.com/huntlabs/hunt-framework) – Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily.## Requirements
D Compiler 2.088+.## Avaliable versions
| Identifier | Description |
|--------|--------|
| HUNT_DEBUG | Used to log some debug messages |## Benchmarks
![Benchmark](docs/images/benchmark.png)For details, see [here](docs/benchmark.md).
## Thanks
* @Cogitri
* @deviator
* @jasonwhite
* @Kripth
* @n8sh
* @shove70## TODO
- [ ] Better performance
- [ ] Better APIs
- [ ] Improvement for Worker with IOCP