On 2021-10-13 11:32, Nick wrote:
> Does it make a difference in terms of performance to use stack buffers?
> I switched now to using stack buffers, since for me it makes the code 
> more readable not having to deal with several buffers and possible race 
> conditions. (but just my view on the topic)
Not really. It's only for the case where you need a buffer only within
one function and don't want to keep allocated memory around for it.

- Felix

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to