My favourite small hash table
I'm the kind of person who thinks about the design and implementation of hash tables. One design which I find particularly cute, and I think deserves a bit more publicity...
Similar Articles (10 found)
π 57.0% similar
Build Your Own Database
A step-by-step guide to building a key-value database from scratch.
If you were to build your own database today, not knowing ...
π 52.1% similar
I wrote a simple dynamodb style database with a python dictionary and a Google pygtrie ("trie" data structure)
It's still a toy but I kept adding feat...
π 51.7% similar
What Does It Mean for a Column to Be Indexed
When optimizing queries on a database table, most developers tend to just create an index on the field to...
π 49.2% similar
I put together a list and explained why they are important. Those algorithms are not only useful for interviews but good to understand for any softwar...
π 48.0% similar
What is an Open Table Format? & Why to use one?
- 1. Introduction
- 2. What is an Open Table Format (OTF)
- 3. Why use an Open Table Format (OTF)
- 4....
π 47.1% similar
Relational Databases Explained
How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational data...
π 46.8% similar
Writing an LLM from scratch, part 22 -- finally training our LLM!
This post wraps up my notes on chapter 5 of Sebastian Raschka's book "Build a Large ...
π 46.6% similar
How VectorDBs Work Internally + How To Make The Most Out Of Them
What's really happening when you do vector search, and how to take advantage of that ...
π 46.5% similar
25 SQL tips to level up your data engineering skills
- Introduction
- Setup
- SQL tips
- 1. Handy functions for common data processing scenarios
- 1.1...
π 45.9% similar
21 minutes
Introduction to PostgreSQL Indexes
Whoβs this for
This text is for developers that have an intuitive knowledge of what database indexes are...