Initial README

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-06 11:13:02 +01:00
parent 92e5a327b2
commit b7c20ecd20
+17
View File
@@ -0,0 +1,17 @@
# DataPath
DataPath is a high performance low impact Inter-Process Communication (IPC) library written in C++. It is designed to be lightweight, asynchronous and only keep data around the user actively references.
## Features
* Cross-Platform IPC API.
* Lightweight on CPU and Memory usage.
* High performance, Send->Recv->Send->Recv 99.9%ile is <10µs.
* Asynchronous with Events.
## Platforms
* Windows
### Future Platforms
* Linux
* Android
* MacOS
* iOS