Look into zero heap for embedded applications #121
Replies: 3 comments
-
Also, static thread_local std::string temp buffers will need to get replaced. We could do this fairly easily if a max key size was supplied as a compile-time option. Perhaps there is an even better solution. I'm not very familiar with embedded programming patterns/solutions. |
Beta Was this translation helpful? Give feedback.
-
I did update the code so that the |
Beta Was this translation helpful? Give feedback.
-
We are continuing to move towards using the heap only when necessary. We are using glaze on embedded platforms and will continue to improve its embedded support. Closing this now since we are intending to only allocate where needed and continuing to make progress. |
Beta Was this translation helpful? Give feedback.
-
Likely have to rework error handling to avoid exceptions in this context.
Beta Was this translation helpful? Give feedback.
All reactions