Crates.io | counting-networks |
lib.rs | counting-networks |
version | 0.1.3 |
source | src |
created_at | 2018-02-03 10:07:16.715829 |
updated_at | 2018-02-14 17:58:24.621096 |
description | Lock-free data structures for concurrent counting |
homepage | |
repository | https://github.com/declanvk/counting-networks |
max_upload_size | |
id | 49452 |
size | 49,569 |
A library of lock-free data structures for concurrent counting.
extern crate counting_networks;
use counting_networks::counters::{Counter, BitonicCountingNetwork};
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.