Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LocklessConstructs-Binaries-2012-09-01.zip | 2012-09-01 | 12.0 kB | |
LocklessConstructs-Binaries-2012-01-18.zip | 2012-01-18 | 10.9 kB | |
Totals: 2 Items | 22.8 kB | 0 |
DotNet/Mono lockless constructs (C) 2012 Eugen Rieck This library aims to provide low-latency lockless constructs for the .Net/Mono runtime environment. It is developed on Mono/Linux, but is tested against (at the time of writing) Microsoft Windows versions XP (32 Bit) and 7 (32 and 64 Bit). You are advised to compile the sources on the platform, you want to use the library. Precompiled binaries will be built with Mono/Linux optimizations. This library is licensed under the GNU LGPL - see COPYING for details. Changelog: 2012-09-01: - Added lockless counting queue - trivial comment improvments to lockless queue 2012-01-18: - Initial import providing lockless queue