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
order attribute which is unlikely to need the BigInteger
- Deduplicating LocalTime instances
- Potentially deduplicating string refs (but I'm not sure if this will really help)
@vpaturet @assadriaz
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:
orderattribute which is unlikely to need the BigInteger@vpaturet @assadriaz