Fun fact: I'm using @fjallrs.bsky.social for storing & indexing these PLC records. Required storage with some small tricks (15 bytes per did:plc, 32 bytes per CID) ends up being ~13GB.

Which made me think: Hey that easily fits into RAM! And yeah - I added another impl that uses BTreeMaps. Works :)

Comments