`BlockBuilder` generates blocks where keys are prefix-compressed: When we store a key, we drop the prefix shared with the previous string. This helps reduce the space requirement significantly. Furthermore, once every K keys, we do not apply the prefix compression and store the entire key. We call this a "restart point". The tail end of the block stores the offsets of all of the restart points
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected