Deserializing JSON really fast

In this post weโ€™re going to look at how Flare deserializes JSON documents stored on disk using a very fast bespoke, sparse, vectorized deserializer called squirrel-json. »

A Tour of Seq's Storage Engine

This post is the first in a series on Seqโ€™s storage engine. Itโ€™s a technical dive meant to share some of the more interesting aspects of its design and implementation. »