This software library for .NET 2.0 includes:
Bucket: Wait-free fixed size collection (array). LazyBucket: Wait-free fixed size lazy collection (array).
CircularBucket: Wait-free fixed size circular collection (array).
HashBucket: Lock-free hash table. FixedSizeHashBucket: Wait-free fixed size (limited capacity) hash table.
QueueBucket: Lock-free queue.
SetBucket: Lock-free set. FixedSizeSetBucket: Wait-free fixed size (limited capacity) set.
Copyright 2012 - 2013 By Alfonso J. Ramos
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Aside from the license, I can only waranty the following: It did work on my machine.
The binary downloads are available form: http://www.4shared.com/folder/AlOM5E7K/HashBucket.html