From a178f4118a2a2e3471d75ef0798675d4c258500c Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Tue, 8 Jan 2019 03:42:58 +0100 Subject: [PATCH] readme: Add missing 0 to timings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad2ff1..78eb6cf 100644 --- a/README.md +++ b/README.md @@ -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