Views
No views yet
poc_deep_schema.avro — 100-level nested record schema causing recursive parsing overheadpoc_many_fields.avro — 10,000 fields in schema causing memory/CPU exhaustionbenign.avro — Clean file for comparison1import fastavro
2with open('poc_deep_schema.avro', 'rb') as f:
3 reader = fastavro.reader(f) # Schema parsing overhead from 100-level nesting