michaelrsweet / mxml

Tiny XML library.
https://www.msweet.org/mxml
Apache License 2.0
426 stars 157 forks source link

Avoid large stack variables #319

Open michaelrsweet opened 1 month ago

michaelrsweet commented 1 month ago

Some embedded environments and POSIX threads provide a smaller stack than regular desktop applications. Look at using allocated buffers instead of large character arrays on the stack.