You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding benchmarks:
I found that LightXML is allocating quite a lot of memory in the for loop within getObjInfo:
0.000008 seconds (307 allocations:18.859 KiB)
This wrapper over the C library is known to have memory issues.
I will try to see if other XML libraries perform better, e.g. EzXML.jl or XMLDict. See #29#30
The text was updated successfully, but these errors were encountered: