ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
23 stars 23 forks source link

XML-parser recursion fails for large files #104

Closed ikaros-project closed 2 years ago

ikaros-project commented 7 years ago

XML-parser cannot handle more than 10000 elements during debugging. Probably due to no tail-recursion optimization during debugging. Can be corrected by using (less elegant) iterative method in ParseElement.

Alternatively, debugging could be disabled selectively for the XML-parser.