counting-networks 0.1.3

Lock-free data structures for concurrent counting
Documentation

Counting Networks

A library of lock-free data structures for concurrent counting.

Usage

extern crate counting_networks;

use counting_networks::counters::{Counter, BitonicCountingNetwork};

License

counting-networks is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.