Top 5 C++ Experimental Projects
-
carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
Project mention: Fast, Memory-Efficient Hash Table in Java: Borrowing the Best Ideas | news.ycombinator.com | 2025-12-15FYI, we ended up implementing a _really_ nice SWAR version in the Carbon derivative of SwissTable that might be worth looking at for inspiration: https://github.com/carbon-language/carbon-lang/blob/trunk/co...
Can see the rest of that file and the adjacent `raw_hashtable.h` for the rest of the SwissTable-like implementation and `hashing.h` for the hash function.
FWIW, it consistently out-performs SwissTable in some respects, but uses a weaker but faster hash function that is good enough for the hash table, but not good for other use cases.
-
InfluxDB
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.
-
- Project mention: Show HN: Bolt – A super-fast, statically-typed scripting language written in C | news.ycombinator.com | 2025-08-10
I'm aware of 4 now. Here are the other 3:
https://github.com/mukul-rathi/bolt - Bolt is a language with in-built data-race freedom!
https://github.com/boltlang/Bolt - A programming language for rapid application development
https://sourceforge.net/projects/boltprogramming/files - BOLT is a programming language that was desinged for begining programmers who have never seen code before in their life
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
C++ Experimental discussion
Index
What are some of the best open-source Experimental projects in C++? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | carbon-lang | 33,550 |
| 2 | E-TKT | 447 |
| 3 | Bolt | 44 |
| 4 | fastcoin | 32 |
| 5 | kernel | 2 |