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 4 C Asynchronou Projects
-
In the source code of the Node.js opensource project, lib folder contains JavaScript code, mostly wrappers over C++ and function definitions. On the contrary, src folder contains C++ implementations of the functions, which pulls dependencies from the V8 project, the libuv project, the zlib project, the llhttp project, and many more - which are all placed at the deps folder.
-
This reminds me of a bugfix [1] I added to nmap almost a decade ago, where runtime interaction was previously broken due to interaction with sudo and signal propagation. Was a fun rabbit-hole to figure out why the issue was happening.
[1]: https://github.com/nmap/nmap/commit/f2e162d2245679f420b40feb...
-
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: Get Started with MQTT over QUIC: A Quick Guide for The Next-generation IoT Standard Protocol | dev.to | 2022-12-08
git clone https://github.com/emqx/nanomq.git cd nanomq ; git submodule update --init --recursive mkdir build && cd build cmake -G Ninja -DNNG_ENABLE_QUIC=ON .. sudo ninja install
-
C Asynchronous related posts
- A complete guide to the Node.js event loop
- What is Node.js?: A Complete Guide
- Node v20.3.0 (Current) upgrade to libuv 1.45.0, including SIGNIFICANT performance improvements to file system operations on Linux
- Is Parallel Programming Hard, and, If So, What Can You Do About It? v2023.06.11a
- Node.js – v20.3.0
- io_uring support for libuv – 8x increase in throughput
- io_uring support for libuv – 8x increase in throughput
-
A note from our sponsor - InfluxDB
www.influxdata.com | 30 Sep 2023
Index
What are some of the best open-source Asynchronou projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | libuv | 22,231 |
2 | nmap | 8,284 |
3 | nanomq | 1,065 |
4 | swow | 1,057 |