Building a Fast, Memory-Efficient Hash Table in Java (by borrowing the best ideas)
One day, I ran into SwissTable—the kind of design that makes you squint, grin, and immediately regret every naive linear-probing table you’ve ever shi...
A deep-dive into the challenges and misconceptions surrounding async programming in Python
A really good summary of why Python has struggled with asynchronous functionality for things like http requests and fire read/write operations