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
☆391Updated 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)☆321Updated 3 years ago
- ☆68Updated 2 years ago
- Hobby OS☆246Updated 8 years ago
- Interesting readings and talks on computer science☆717Updated 8 months ago
- book and codes for Modern Compiler Implementation in C☆388Updated last year
- A simple mark-sweep garbage collector in C☆751Updated 5 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆544Updated 6 years ago
- How to write a very simple JIT compiler☆1,883Updated 4 years ago
- Mini Database Engine in C++☆133Updated 6 years ago
- A book about compiling Racket and Python to x86-64 assembly☆1,498Updated this week
- Code reading for sqlite backend☆407Updated 2 years ago
- A simple memory allocator - Memory allocation 101☆301Updated 6 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 7 years ago
- A detailed guide to the xv6 code.☆289Updated 2 years ago
- Source for the little book about OS development☆42Updated 9 years ago
- Material for the Creating a Compiler video lesson series.☆556Updated 3 years ago
- Simple, zero-dependency garbage collection for C☆1,276Updated last year
- Experimenting with persistence in C☆185Updated 3 years ago
- Creating a database from the ground up in C++ for fun!☆143Updated 2 years ago
- How to write a UNIX shell, with a lot of background☆357Updated 8 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆295Updated 3 years ago
- build your own text editor☆913Updated 2 years ago
- A toy C compiler☆525Updated 4 years ago
- Test suite to help you write your own C compiler☆894Updated last year
- Commentary for xv6-public☆265Updated 5 years ago
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆57Updated 3 years ago
- A small BASIC-to-C compiler written in Python.☆365Updated last year
- A basic introduction to coding in modern C++.☆971Updated last year
- A course to build the SQL layer of a distributed database.☆2,009Updated 2 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…☆577Updated 4 months ago