davideuler / SQLite-2.5.0-for-code-readingLinks
SQLite 2.5.0 fixed version for modern GCC, which is perfect for code reading, database design learning
☆380Updated 7 years ago
Alternatives and similar repositories for SQLite-2.5.0-for-code-reading
Users that are interested in SQLite-2.5.0-for-code-reading are comparing it to the libraries listed below
Sorting:
- ☆68Updated 2 years ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆310Updated 2 years ago
- Hobby OS☆245Updated 8 years ago
- Interesting readings and talks on computer science☆712Updated 5 months ago
- book and codes for Modern Compiler Implementation in C☆386Updated last year
- A simple mark-sweep garbage collector in C☆747Updated 5 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆526Updated 6 years ago
- Code reading for sqlite backend☆398Updated 2 years ago
- Mini Database Engine in C++☆128Updated 5 years ago
- Material for the Creating a Compiler video lesson series.☆551Updated 3 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 6 years ago
- Experimenting with persistence in C☆184Updated 3 years ago
- Source for the little book about OS development☆41Updated 8 years ago
- Test suite to help you write your own C compiler☆890Updated last year
- A simple webserver written in C☆752Updated 2 years ago
- A detailed guide to the xv6 code.☆277Updated 2 years ago
- A course to build the SQL layer of a distributed database.☆1,984Updated last year
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆292Updated 2 years ago
- How to write a very simple JIT compiler☆1,864Updated 4 years ago
- An implementation of an LSM Tree in Python☆49Updated 2 years ago
- Awesome materials about database development.☆1,506Updated last year
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,106Updated 4 years ago
- The lcc retargetable ANSI C compiler☆2,142Updated 9 months ago
- A simple VM for a talk on building VMs☆220Updated 8 years ago
- How to write a UNIX shell, with a lot of background☆350Updated 8 years ago
- Simple, zero-dependency garbage collection for C☆1,256Updated 11 months ago
- A simple memory allocator - Memory allocation 101☆295Updated 6 years ago
- A small BASIC-to-C compiler written in Python.☆358Updated last year
- MIT 6.824 (Distributed Systems) labs in Go☆210Updated 4 years ago
- A tiny compiler for a language featuring LL(2) grammar. With Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour…☆571Updated 2 months ago