counting-networks

Crates.iocounting-networks
lib.rscounting-networks
version0.1.3
sourcesrc
created_at2018-02-03 10:07:16.715829
updated_at2018-02-14 17:58:24.621096
descriptionLock-free data structures for concurrent counting
homepage
repositoryhttps://github.com/declanvk/counting-networks
max_upload_size
id49452
size49,569
Declan Kelly (declanvk)

documentation

README

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.

Commit count: 38

cargo fmt