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
Google doesn't indicate any connection between sds and Arduino, Stm32, etc. And it seems that lightweight and comfortable sds is a welcomed proportion between string.h and C++ string and it could be used even with 2 kB RAM arduino (or 528 kB stm32). Are there any pitfalls in this claim?
2 long fields stored before string data instead of 1 might be significant obstacle for 2 kB RAM, so that's one example pitfall.
Has anyone seen sds use in embedded environment?
The text was updated successfully, but these errors were encountered:
I'm working on a buffer version SBS (no heap usage), still in early stages. I'm not as familiar on how embedable it is, but it should definitely be easier to embed than SDS.
Google doesn't indicate any connection between sds and Arduino, Stm32, etc. And it seems that lightweight and comfortable sds is a welcomed proportion between string.h and C++ string and it could be used even with 2 kB RAM arduino (or 528 kB stm32). Are there any pitfalls in this claim?
2
long
fields stored before string data instead of 1 might be significant obstacle for 2 kB RAM, so that's one example pitfall.Has anyone seen sds use in embedded environment?
The text was updated successfully, but these errors were encountered: