Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 894 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 894 Bytes

MniakLibs; Libraries to simplify my life

This project is a work in progress. It is a collection of libraries that grew up naturally in response to my daily needs.

Projects

For now, the project contains two libraries:

  1. Mniak.IO
  2. Mniak.Network

Mniak.IO

This library includes

  • An Hybrid Stream to avoid OutOfMemoryException when dealing large files, but to still use Memory when dealing with small ones;

Mniak.Network

  • Event-based socket reading

View the documentation of this library

Contributing

Contributions are always welcome! Just fork this repository, make your changes and do a pull request.

Mailing list

TODO: Create mailing list

TODO

  • Improve and update this README and the other files in the documentation;