Pranesh Anubhav

Results 4 comments of Pranesh Anubhav

We are working with nRF52840 SoC and freeRTOS as our OS. Pasting the high water mark defination here: ` The minimum amount of remaining stack space that was available to...

@pyfisch Do you have any data around the memory and CPU consumption during serialization and deserialization?

@wildarch Thanks for quick response. I really appreciate you helping me out. I have few more questions: 1. I have enabled "deserialize_in_place" feature for serde_derive. Do I need to enable...

I used the existing code from serde_cbor to test this feature but I didn't observe any difference in stack consumption. My cargo dependencies: serde = { version = "1.0", default-features...