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
☆398Updated 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)☆328Updated 3 years ago
- A simple mark-sweep garbage collector in C☆750Updated 5 years ago
- ☆68Updated 3 years ago
- Hobby OS☆245Updated 9 years ago
- Interesting readings and talks on computer science☆723Updated 11 months ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆560Updated 7 years ago
- Mini Database Engine in C++☆142Updated 6 years ago
- Source for the little book about OS development☆41Updated 9 years ago
- Code reading for sqlite backend☆409Updated 2 years ago
- book and codes for Modern Compiler Implementation in C☆394Updated last year
- A simple memory allocator - Memory allocation 101☆306Updated 6 years ago
- Simple, zero-dependency garbage collection for C☆1,286Updated last year
- A simple webserver written in C☆786Updated 3 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,112Updated 5 years ago
- an incremental approach to compiler construction☆956Updated 6 years ago
- Example code for compilers textbook.☆202Updated 3 years ago
- Material for the Creating a Compiler video lesson series.☆559Updated 3 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆300Updated 3 years ago
- How to write a very simple JIT compiler☆1,895Updated 4 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 7 years ago
- Commentary for xv6-public☆264Updated 5 years ago
- Experimenting with persistence in C☆186Updated 3 years ago
- A detailed guide to the xv6 code.☆310Updated 2 years ago
- Simple virtual machine which interprets bytecode.☆477Updated 3 years ago
- 🐧 What is epoll?☆102Updated last year
- 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…☆578Updated 7 months ago
- implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture☆87Updated 3 years ago
- Fast on-disk persistent key-value store☆388Updated 7 years ago
- A simple relational database based on Stanford CS346 RedBase, implemented in elegant modern C++14.☆56Updated 3 years ago
- This is the companion repository for the book How Query Engines Work.☆414Updated 2 weeks ago