Our great sponsors
-
Here is my zig code: https://pastebin.com/A2F2WRt8. Here is my C code, which uses kvec from klib: https://pastebin.com/G9qqkrZu
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- What if Linus Torvalds used C++ instead of C
- sqzlib - kseq compatible DNA fastA/Q encoding and compression library
- "Implementing Hash Tables in C" (an article I've drafter a few years ago, but never published it until... now)
- I still like C and strongly dislike C++
- How to structure C code? It appears to reward shallow functions and doing everything in the global scope, whereas other languages let you go as deep as you want at no cost.