-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm working on a NeTEx file that is 12GB (!) large and I'm noticing that this library consumes quite a bit of memory.
I would like to increase memory efficiency and I'm wondering if the following changes would be okay for you:
- Using ints instead of BigInteger: PassingTimes have an
orderattribute which is unlikely to need the BigInteger - Deduplicating LocalTime instances
- Potentially deduplicating string refs (but I'm not sure if this will really help)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels