A C++ implementation of a parallel DFS, the best way of getting familiar with C++ concurrency and parallelism

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. parallel-dfs-dag

    A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. BFS1

    Discontinued a custom tuned bread first searcher

    If you want to laught https://github.com/RoyBellingan/BFS1 This version was not the final, I also added streaming from a database of new vertex, to overcome some of the limit of https://mariadb.com/kb/en/oqgraph-storage-engine/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Get familiar with graph algorithms and C++ concurrency with this parallel DFS implementation, based on an Nvidia paper

    1 project | /r/programming | 2 Mar 2021
  • A C++ parallel implementation of DFS

    1 project | /r/algorithms | 26 Feb 2021
  • Show HN: Coros – A Modern C++ Library for Task Parallelism

    8 projects | news.ycombinator.com | 25 Sep 2024
  • Pathfinding Algorithm Visualization Tool Written in Python

    2 projects | news.ycombinator.com | 16 Jun 2022
  • I created a library that provides a high level of abstraction for interfacing with rabbitmq

    1 project | /r/rabbitmq | 13 Jun 2021

Did you know that C++ is
the 7th most popular programming language
based on number of references?