SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 C Sse Projects
-
You can use https://github.com/simd-everywhere/simde if you like. In general portable SIMD libraries are of limited utility because having different primitives available on different architectures means that you should approach problems differently. That is to say, in many cases using any portable SIMD API to solve your problem means leaving 200% speedups on the table on at least one of your top 3 targets.
-
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.
-
-
Project mention: In-Depth Ruby Concurrency: Navigating the Ruby Concurrency Landscape | news.ycombinator.com | 2024-12-15
https://github.com/boazsegev/iodine?tab=readme-ov-file#iodin...
-
Project mention: Scaling Rails and Postgres to Users at Microsoft: Lessons and Takeaways | news.ycombinator.com | 2024-08-29
I have mixed feelings about this. It's saying that python is too slow for data science ignoring that python can outsource that work to pandas or NumPy.
For GraphQL on Rails you can avoid graphql-ruby and use Agoo[1] instead so that that work is outsourced to C. So in practice it's not a problem.
1. https://github.com/ohler55/agoo
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
C Sse discussion
C Sse related posts
-
Portable SIMD library
-
SIMD Everywhere – SIMD intrinsics on hardware which doesn't support them
-
Where do people learn to write truly quick software?
-
PortableGL: An MIT licensed implementation of OpenGL 3.x-ish in clean C
-
Adobe Photoshop Ships on Macs Apple Silicon/M1 – 50% Faster
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Apr 2025
Index
What are some of the best open-source Sse projects in C? This list will help you:
# | Project | Stars |
---|---|---|
1 | simde | 2,648 |
2 | cglm | 2,502 |
3 | Iodine | 936 |
4 | agoo | 915 |
5 | Turbo-Base64 | 297 |
6 | TurboRLE | 288 |
7 | despacer | 152 |
8 | simd_utils | 103 |