# disruptorC **Repository Path**: yyf7900017/disruptorC ## Basic Information - **Project Name**: disruptorC - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-25 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 in test/. TODO: * Improve performance. NOTES: * Now using the __atomic* operations as supported in GCC 4.7.1 onwards.