Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

The sqlite codebase is well-known for being a large, well-written C codebase:

https://github.com/sqlite/sqlite

The tests in particular are very impressive.

Some other notable C codebases: Redis, LuaJIT, FreeBSD, Memcached -->

https://github.com/antirez/redis

https://github.com/LuaDist/luajit

https://github.com/freebsd/freebsd

https://github.com/memcached/memcached



view as:

Varnish and the Linux kernel should be in that list as well I think.

Nice! Here are the links:

Varnish --> https://github.com/varnishcache/varnish-cache

Linux Kernel --> https://github.com/torvalds/linux


PostgreSQL’s source code is also really good. https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree

Legal | privacy