Introduction
Neo4j storage internals
The blog post will look to cover the internals of how the data is stored and accessed in Neo4j and why it is a serious contender for a…
Interacting between C libraries and Go using Unsafe
Suppose we have a C lib where we have defined various data structures and methods. Due to some reason or constraint, there needs to be a…
BKD trees, used in Elasticsearch
I had worked on Elasticsearch back in 2015, when it was more known for its text searching capabilities using inverted indexes. As I looked…
Deep Dive into Maglev, Google’s Load Balancer
I recently heard about Maglev, the load balancer that Google uses in front of most of its services. I wanted to get a short gist on the…