InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 3 C++ Immutable Projects
-
immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale (by arximboldi)
Our primary use was what's alternatively called applicative, functional, immutable, or persistent data structures; my preferred term is applicative, so that's what I'll use in this comment. There's a C++ library called immer that I have absorbed generally good impressions of from discussions here and such but never really looked into myself for this kind of data structure. (It's worth pointing out that "persistent" is in some ways a particularly bad term for these, because database folks use that term for data structures that are located on persistent storage, which is entirely different.)
-
ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
C++ Immutable related posts
- C++ Smart Pointers
- Image undo/redo implementation
- Heya, all you C++ developers!
- I started developing a level editor
- Tcl/Tk Spline Editor
- Returning a new instance rather than editing an existing one
- Phil Nash - Oo Considered Harmful - Meeting C++ 2020
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Feb 2023
Index
What are some of the best open-source Immutable projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | immer | 2,177 |
2 | ewig | 495 |
3 | zef | 40 |