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
☆396Updated 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:
- Hobby OS☆245Updated 8 years ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆328Updated 3 years ago
- ☆68Updated 3 years ago
- Interesting readings and talks on computer science☆722Updated 10 months ago
- A simple mark-sweep garbage collector in C☆753Updated 5 years ago
- Source for the little book about OS development☆41Updated 9 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆558Updated 7 years ago
- Code reading for sqlite backend☆408Updated 2 years ago
- book and codes for Modern Compiler Implementation in C☆393Updated last year
- A detailed guide to the xv6 code.☆299Updated 2 years ago
- build your own text editor☆931Updated 3 years ago
- An early PostgreSQL implementation in Go☆728Updated 4 years ago
- Mini Database Engine in C++☆141Updated 6 years ago
- Creating a database from the ground up in C++ for fun!☆145Updated 2 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 7 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆299Updated 3 years ago
- How to write a very simple JIT compiler☆1,890Updated 4 years ago
- Material for the Creating a Compiler video lesson series.☆559Updated 3 years ago
- Commentary for xv6-public☆265Updated 5 years ago
- implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture☆88Updated 3 years ago
- A basic introduction to coding in modern C++.☆1,009Updated last year
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,111Updated 4 years ago
- Simple, zero-dependency garbage collection for C☆1,285Updated last year
- Experimenting with persistence in C☆186Updated 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…☆578Updated 6 months ago
- Test suite to help you write your own C compiler☆897Updated 2 years ago
- Raft implementation in Go☆1,239Updated 10 months ago
- This is the companion repository for the book How Query Engines Work.☆410Updated 2 years ago
- an incremental approach to compiler construction☆954Updated 6 years ago
- A small BASIC-to-C compiler written in Python.☆375Updated last year