-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
28 lines (14 loc) · 879 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 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:
https://github.com/mgrosvenor/camio2/blob/master/src/api/api.h
Installing and building
=======================
See complete documentation for full details.
Run "./prepare" from the root directory
Run "./build" form the root directory
License
=======
Copyright (C) 2013, see LICENSE for more details.