Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel DAG Interpreter

A C++ library for parallel execution of Directed Acyclic Graphs (DAGs). Originally developed for the "Parallel and Distributed System: Paradigms and Models" course at the University of Pisa, taught by Prof. M. Danelutto.

Overview

This library provides a parallel interpreter for Directed Acyclic Graphs (DAGs) implemented in C++. It utilizes native thread support for parallel execution. The main goal is to enable efficient parallelization of tasks represented by DAGs.

For detailed information about the implementation and performance analysis, please refer to the report included in the repository.

About

A C++ parallel DAG interpreter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages