Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
/ counting-networks Public archive

Lock-free data structures for concurrent counting

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

declanvk/counting-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counting Networks

Crate docs.rs Build Status

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.

About

Lock-free data structures for concurrent counting

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published