ConcurrentDeque VS parallel-dfs-dag

Compare ConcurrentDeque vs parallel-dfs-dag and see what are their differences.

ConcurrentDeque

Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17 (by ConorWilliams)

parallel-dfs-dag

A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs) (by morpheusthewhite)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ConcurrentDeque parallel-dfs-dag
1 3
135 44
- -
0.0 3.9
over 2 years ago about 3 years ago
C++ C++
Mozilla Public License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ConcurrentDeque

Posts with mentions or reviews of ConcurrentDeque. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-11.

parallel-dfs-dag

Posts with mentions or reviews of parallel-dfs-dag. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-26.

What are some alternatives?

When comparing ConcurrentDeque and parallel-dfs-dag you can also consider the following projects:

ModernCppStarter - 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

graphs-cpp - Weighted and unweighted graphs and digraphs with C++

readerwriterqueue - A fast single-producer, single-consumer lock-free queue for C++

BFS1 - a custom tuned bread first searcher

CPURasterizer - CPU Based Rasterizer Engine

FXGraphAlgorithmSimulator - Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.

envpool - C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.

Vc - SIMD Vector Classes for C++

Taskflow - A General-purpose Parallel and Heterogeneous Task Programming System

xnetwork - simple graph library with slotmaps

post-order-heap - C++ implementation of post-order heap, as described by Harvery & Zatloukal. Adapted for heaps of any degree.

gcl - A graph concurrent library for C++