andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
59 stars 50 forks source link

Parsing large XML files using the SAX or DOM modules can be slow #10

Closed andreww closed 12 years ago

andreww commented 14 years ago

This is due to the way we handle variable length strings. I have a fix that moves from arrays of characters to a derived type, and this gives a very good speedup (factor of ten). However, there are still cases where this results in segfaults. Needs fixing and merging.

andreww commented 12 years ago

Should be fixed by 1509ab88031916b3d6fb00bae5bda7b8a8fc805d