A Ruby gem for streaming data from the Bluesky/ATProto firehose

decode CAR sections lazily master

The CAR includes several "sections", but unless someone wants to process the MST data, you only really need one of those sections that includes the record data. This section is usually one of the first few ones. If we parse them only on demand and only get to the one we need, skipping the rest, we can often save half or more of the work.


+19 -6
1 changed file