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. Learn more →
Top 14 C Miscellaneou Projects
-
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
git clone https://github.com/redis/redis.git cd redis -------------------------------------------------------- open src/Makefile _ We have to modify Makefile _ Change the following lines for debugging_ # OPTIMIZATION?=-O2 OPTIMIZATION?=-O0 # REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) $(OPTIMIZATION) -------------------------------------------------------- make distclean (clean any intermittent files if any). make -j 8 (use multi core if possible).
-
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.
-
I don't know how well this makes you understand your dependencies. As for C/C++ a lot of people probably depend on stb single header files libraries. There's stb_truetype but it specifically mentions not to use it on any untrusted/outside .ttf files which I do like but you have to keep in mind to bake to bitmaps or only use your own .ttf provided files, thus I would put this dependency in another place like tooling. Is there a way to do this in other languages like JS and NPM? Maybe carefully choosing which dependencies you include is better?
https://github.com/nothings/stb/blob/master/stb_truetype.h#L...
-
Project mention: Sds vs. GB: C string libs, copy or coincidence? | news.ycombinator.com | 2025-05-05
https://github.com/antirez/sds/blob/master/README.md?plain=1#L33
gb (gb single file libs from gingerBill, Odin language creator):
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C Miscellaneous discussion
C Miscellaneous related posts
-
Valkey Turns One: How the Community Fork Left Redis in the Dust
-
Debug C Program in Mac OS
-
Cache Invalidation: The Silent Performance Killer
-
Sds vs. GB: C string libs, copy or coincidence?
-
Redis 8.0.0
-
Finding Bigfoot with Async Generators + TypeScript
-
Caching Isn’t Always the Answer – And Here’s Why
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 Jun 2025
Index
What are some of the best open-source Miscellaneou projects in C? This list will help you:
# | Project | Stars |
---|---|---|
1 | Redis | 69,634 |
2 | stb | 29,034 |
3 | SDS | 5,112 |
4 | Klib | 4,411 |
5 | ZBar | 2,521 |
6 | libssh2 | 1,427 |
7 | SLRE | 539 |
8 | Better String | 517 |
9 | libcpuid | 477 |
10 | semver.c | 189 |
11 | ub-canaries | 179 |
12 | libnih | 89 |
13 | libevil | 30 |
14 | ptldd | 2 |