SaaSHub helps you find the best software and product alternatives Learn more →
Top 11 C++ Go Projects
-
Oh how I enjoy trying to compile and use projects where they use some complex home brew codegen system often written in a different language entirely [1]. Luckily they often use Python as part of some core build step which never breaks compatability in their regex librwry [2].
Yes macros can be a pain and should be limited, but in my experience, a couple hundred lines of macros replaces many thousands of lines code generators with complicated baroque build system integrations (ahem ROS2). The tradeoff is even worse when the language supports templates and compile time operations which can usually replace macros with even less code and are easier to understand. Though at least Go supports codegen properly with support in its official tooling.
1: https://github.com/google/flatbuffers/blob/master/src/idl_ge...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
redpanda
Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
References [1] Redpanda Console: https://redpanda.com/redpanda-console-kafka-ui [2] Redpanda: https://redpanda.com/ [3] Cluster Deployment of AutoMQ: https://docs.automq.com/zh/docs/automq-opensource/IyXrw3lHriVPdQkQLDvcPGQdnNh [4] Quick Start: https://github.com/redpanda-data/console?tab=readme-ov-file#quick-start [5] Release Redpanda Console: https://github.com/redpanda-data/console/releases/tag/v2.6.0 [6] Redpanda Console Configuration: https://docs.redpanda.com/current/reference/console/config/#example-redpanda-console-configuration-file [7] Kafdrop Github: https://github.com/obsidiandynamics/kafdrop
-
-
-
reindexer
Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
-
yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
Project mention: Why do tree-based models still outperform deep learning on tabular data? (2022) | news.ycombinator.com | 2024-03-05Is it this library https://github.com/google/yggdrasil-decision-forests ?
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Data-Structures-and-Algorithms
Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DSA. Give a Star 🌟 if it helps you.
-
bomberland
Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code
-
-
Project mention: Show HN: Clean and Simple Flutter News Client on Web | news.ycombinator.com | 2025-01-17
C++ Go discussion
C++ Go related posts
-
Llama.cpp supports Vulkan. why doesn't Ollama?
-
Show HN: Clean and Simple Flutter News Client on Web
-
6 Easy Ways to Run LLM Locally + Alpha
-
std::array in C++ isn't slower than array in C
-
NewsDrip – Your Simplified News Client for Web
-
Veles: Open-source tool for binary data analysis
-
Mactop
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
Index
What are some of the best open-source Go projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | FlatBuffers | 23,730 |
2 | redpanda | 9,952 |
3 | LiteIDE | 7,644 |
4 | kubedoom | 2,034 |
5 | reindexer | 779 |
6 | yggdrasil-decision-forests | 521 |
7 | miqt | 345 |
8 | Data-Structures-and-Algorithms | 275 |
9 | bomberland | 113 |
10 | vulkan | 7 |
11 | newsdrip | 4 |