From 1b7d54c83755e143aa9208c495039401ceaaf501 Mon Sep 17 00:00:00 2001 From: "Matthew P. Grosvenor" Date: Thu, 8 Jan 2015 20:26:57 +0000 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d25c6c4..2ddee4c 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CamIO2 The Cambridge IO Library. Please see the license at the end of this file. -CamIO is a generic, high speed I/O interface designed to give programmers straightforward access to kernel bypass I/O at the along with regular I/O methods (files, sockets etc). CamIO is different to most interfaces in that memory management is done internally giving the library the ability to expose hadrware buffers directly to applications for very high-speed, low-latency I/O access. +CamIO is a generic, high speed I/O interface designed to give programmers straightforward access to kernel bypass I/O along with regular I/O methods (e.g files, sockets etc). CamIO is different to most interfaces in that memory management is done internally giving the library the ability to expose hadrware buffers directly to applications for very high-speed, low-latency I/O access. This is a work in progress. For an idea of what's going on here, take a look at this: