-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Talk about ideas to make PureMagic faster!
Initial thoughts:
How much does JSON slow us down? (Putting the data directly in code looks to be large speedup for repeated initialization, possibly 30%)
How much does iteration vs graph slow us down?
Are namedtuples the fastest way to store the data internally?
Optimizations in progress:
- Remove max header length calculation that requires iterating through all data on startup. Provide a global integer. (~0.4% speedup)
Metadata
Metadata
Assignees
Labels
No labels