Git Product home page Git Product logo

lace's Introduction

Lace

Lace is a work-stealing framework for multi-core fork-join parallelism. The framework is written in C and implements work-stealing in a style similar to frameworks like Cilk and Wool.

The novelty of Lace is that it uses a novel scalable double-ended queue for its implementation of work-stealing and that it offers a feature where workers cooperatively interrupt their current tasks to execute a new task frame.

Lace is developed (© 2011-2016) by the Formal Methods and Tools group at the University of Twente as part of the MaDriD project, which was funded by NWO, and (© 2016-2017) by the Formal Methods and Verification group at the Johannes Kepler University Linz as part of the RiSE project. Lace is licensed with the Apache 2.0 license.

The main author of Lace is Tom van Dijk who can be reached via [email protected]. Please let us know if you use Lace in your projects and if you need features that are currently not implemented in Lace.

The main repository of Lace is https://github.com/trolando/lace.

Dependencies

Lace requires CMake for compiling and hwloc (libhwloc-dev) to pin workers and allocate memory on the correct CPUs/memory domains.

Building

It is recommended to build Lace in a separate build directory:

mkdir build
cd build
cmake ..
make && make test && make install

It is recommended to use ccmake to configure the build settings of Lace.

Publications

T. van Dijk (2016) Sylvan: Multi-core Decision Diagrams. PhD Thesis.

T. van Dijk and J.C. van de Pol (2014) Lace: Non-blocking Split Deque for Work-Stealing. In: Euro-Par 2014: Parallel Processing Workshops. LNCS 8806, Springer.

lace's People

Contributors

trolando avatar

Watchers

 avatar  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.