This project is a work in progress. It is a collection of libraries that grew up naturally in response to my daily needs.
For now, the project contains two libraries:
- Mniak.IO
- Mniak.Network
This library includes
- An Hybrid Stream to avoid
OutOfMemoryException
when dealing large files, but to still use Memory when dealing with small ones;
- Event-based socket reading
View the documentation of this library
Contributions are always welcome! Just fork this repository, make your changes and do a pull request.
TODO: Create mailing list
- Improve and update this README and the other files in the documentation;