libsteve / SwiftOFX

A Swift framework for reading OFX files.
MIT License
11 stars 5 forks source link

Problems parsing large ofx files #3

Open jonlidgard opened 2 years ago

jonlidgard commented 2 years ago

When attempting to parse files with a hunded or more transactions significant amounts of memory used & parsing is extremely slow.

jonlidgard commented 2 years ago

The problem seems to lie in Reggie - PrefixedIterator - crashes with EXC_BAD_ACCESS iterating over large files

mceris commented 1 month ago

Did you resolve this issue? I would like to address this as well since large files definitely do not work.