forked from colding/disruptorC
-
Notifications
You must be signed in to change notification settings - Fork 1
LMAX's disruptor pattern implemented in C
License
hstart/disruptorC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
disruptorC
C implementation of LMAX's disruptor pattern.
Tested on Mac OS X 10.8.3 (gcc 4.8.0), Fedora 18, and FreeBSD 10.0 (clang 3.3).
Build by:
./bootstrap
make
Then run the tests i test/.
TODO:
* Improve performance.
NOTES:
* Now using the __atomic* operations as supported in GCC 4.7.1
onwards.
About
LMAX's disruptor pattern implemented in C
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 95.1%
- Shell 4.9%