Files
DataPath/README.md
T

18 lines
463 B
Markdown
Raw Normal View History

2019-01-06 11:13:02 +01:00
# 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.
2019-01-08 03:42:58 +01:00
* High performance, Send->Recv->Send->Recv 99.9%ile is <=100µs.
2019-01-06 11:13:02 +01:00
* Asynchronous with Events.
## Platforms
* Windows
### Future Platforms
* Linux
* Android
* MacOS
* iOS