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
☆397Updated 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:
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆335Updated 3 years ago
- Hobby OS☆246Updated 9 years ago
- ☆68Updated 3 years ago
- A simple mark-sweep garbage collector in C☆754Updated 5 years ago
- Interesting readings and talks on computer science☆724Updated last year
- Source for the little book about OS development☆41Updated 9 years ago
- A simple memory allocator - Memory allocation 101☆307Updated 6 years ago
- Mini Database Engine in C++☆145Updated 6 years ago
- A detailed guide to the xv6 code.☆324Updated 2 years ago
- Simple, zero-dependency garbage collection for C☆1,289Updated last year
- Experimenting with persistence in C☆189Updated 3 years ago
- Creating a database from the ground up in C++ for fun!☆144Updated 3 years ago
- Code reading for sqlite backend☆410Updated 2 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆565Updated 7 years ago
- implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture☆88Updated 3 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…☆579Updated 8 months ago
- Commentary for xv6-public☆268Updated 5 years ago
- ☆70Updated 5 years ago
- Awesome materials about database development.☆1,587Updated last year
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,115Updated 5 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 7 years ago
- MIT 6.824 (Distributed Systems) labs in Go☆226Updated 4 years ago
- How to write a UNIX shell, with a lot of background☆362Updated 8 years ago
- Test suite to help you write your own C compiler☆901Updated 2 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆301Updated 3 years ago
- Material for the Creating a Compiler video lesson series.☆560Updated 3 years ago
- (educational) build your own disk based KV store☆1,347Updated last year
- A basic introduction to coding in modern C++.☆1,043Updated last year
- book and codes for Modern Compiler Implementation in C☆395Updated last year
- Example code for compilers textbook.☆204Updated 3 years ago