Commit 70cc45b81fbe44b6510536731d4512f0e6b62f44

Nick Wellnhofer 2023-11-05T00:49:40

parser: Improve attribute hash table There's no need to grow the hash table dynamically. The size is known which simplifies the implementation.