readme: Add missing 0 to timings

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-08 03:42:58 +01:00
parent 8a4df2cc3a
commit a178f4118a
+1 -1
View File
@@ -4,7 +4,7 @@ DataPath is a high performance low impact Inter-Process Communication (IPC) libr
## Features
* Cross-Platform IPC API.
* Lightweight on CPU and Memory usage.
* High performance, Send->Recv->Send->Recv 99.9%ile is <10µs.
* High performance, Send->Recv->Send->Recv 99.9%ile is <=100µs.
* Asynchronous with Events.
## Platforms