Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 10 C Visualization Projects
-
Project mention: 10~17x faster than what? A performance analysis of Intel x86-SIMD-sort (AVX-512) | news.ycombinator.com | 2023-06-10
https://github.com/scandum/quadsort/blob/f171a0b26cf6bd6f6dc...
As you can see, quadsort 1.1.4.1 used 2 instead of 4 writes in the bi-directional parity merges. This was in June 2021, and would have compiled as branchless with clang, but as branched with gcc.
When I added a compile time check to use ternary operations for clang I was not adapting your work. I was well aware that clang compiled ternary operations as branchless, but I wasn't aware that rust did as well. I added the compile time check to use ternary operations for a fair performance comparison against glidesort.
https://raw.githubusercontent.com/scandum/fluxsort/main/imag...
As for ipnsort's small sort, it is very similar to quadsort's small sort, which uses stable sorting networks, instead of unstable sorting networks. From my perspective it's not exactly novel. I didn't go for unstable sorting networks in crumsort to increase code reuse, and to not reduce adaptivity.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: What kind of applications are missing from the Linux ecosystem? | /r/linux | 2023-05-02
this was my personal 'want' from deadbeef that felt a little awkward https://github.com/DeaDBeeF-Player/deadbeef/issues/2365 (recently added and recently played playlists). it may be doable with plugins or some shell scripting perhaps
-
Project mention: X.org Alternatives? MicroXWin, Wayland, Y, DFB, Xynth, Fresco, etc. (2009) | news.ycombinator.com | 2023-10-16
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
C Visualization related posts
- Playing Hi-Res audio in Steam Deck
- Suggestions for a FLAC audio player giving spectrograms on Linux playing well with LDAC headphones?
- I wish I could organize my thoughts
- A good resource to learn Git
- Плеер Deadbeef теперь тоже protestware
- DeaDBeeF 1.9.0 released
- Rockin DeaDBeeF
-
A note from our sponsor - InfluxDB
www.influxdata.com | 30 Nov 2023
Index
What are some of the best open-source Visualization projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | quadsort | 2,074 |
2 | php-spx | 1,730 |
3 | deadbeef | 1,508 |
4 | arcan | 1,427 |
5 | remake | 737 |
6 | datoviz | 475 |
7 | slope | 97 |
8 | libvisual | 76 |
9 | SeqPaint | 5 |
10 | ConsoleVisuals | 1 |