CodeReaderMe / awesome-code-reading

A curated list of high-quality codebases to read and study. Read more code!
377 stars 12 forks source link

SQLite #17

Open weskerfoot opened 4 years ago

weskerfoot commented 4 years ago

Link to the codebase

https://sqlite.org/src/dir?ci=tip

Which release/version did you read?

Latest release as of https://sqlite.org/src/vinfo?name=427e2c9d95a92308 (3.32.0)

Why is it a good project to read?

Starting point

sqlite.h.in

Reading order

Any parts should be skipped?

You don't need to understand the "amalgamation" code.

Links and resources