Giter VIP home page Giter VIP logo

node-replication's Introduction

node-replication

Node Replication library based on Black-box Concurrent Data Structures for NUMA Architectures.

This library can be used to implement an optimized, concurrent version of a data structure. It takes the given data structure, and scales it out to multiple cores and NUMA nodes by combining three techniques: readers-writer locks, operation logging and flat combining.

Crates

Node replication converts a data structure to its NUMA-aware concurrent version. This repository contains two crates: one for transforming sequential data-structures and one for already concurrent or partitioned data structures.

  • node-replication converts a sequental data structure to its NUMA-aware concurrent version.
  • cnr converts a concurrent (or partitioned) data structure to its NUMA-aware concurrent version.

Supported Platforms

The code should be treated as an early release and is still work in progress. In its current form, the library is only known to work on x86-64 platforms (other platforms will require some changes and are untested).

Benchmarks

Benchmarks (and how to execute them) are explained in more detail in the benches folder.

Contributing

The node-replication project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ.

node-replication's People

Contributors

amytai avatar ankitbhrdwj avatar chinkulkarni avatar dependabot[bot] avatar gz avatar odedp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.