Build a Database in 3000 Lines with 0 Dependencies
build-your-own.org
Build a Database in 3000 Lines with 0 Dependencies
1–10 of 59 posts
Re: Build a Database in 3000 Lines with 0 Dependencies
#2Re: Build a Database in 3000 Lines with 0 Dependencies
#3Re: Build a Database in 3000 Lines with 0 Dependencies
#4Re: Build a Database in 3000 Lines with 0 Dependencies
#5So for a bit more effort you get a battle tested real world thing!
Re: Build a Database in 3000 Lines with 0 Dependencies
#6Re: Build a Database in 3000 Lines with 0 Dependencies
#7Waiting for a post where he writes a distributed database.
Re: Build a Database in 3000 Lines with 0 Dependencies
#8I looked into this at one point, I was typing out entire codebases for didactic purposes: SQLite 3 was 120,000 lines of code, but SQLite 2 was 12,000. So for a bit more effort you get a battle tested real world thing!
Re: Build a Database in 3000 Lines with 0 Dependencies
#9I looked into this at one point, I was typing out entire codebases for didactic purposes: SQLite 3 was 120,000 lines of code, but SQLite 2 was 12,000. So for a bit more effort you get a battle tested real world thing!
Re: Build a Database in 3000 Lines with 0 Dependencies
#10I looked into this at one point, I was typing out entire codebases for didactic purposes: SQLite 3 was 120,000 lines of code, but SQLite 2 was 12,000. So for a bit more effort you get a battle tested real world thing!
I learned assembler by typing in listings from magazines and hand dis-assembling and debugging on paper. Your approach seems similar in spirit, but who has the times these days?