[<<][softarch][>>][..]
Mon Aug 28 15:02:38 EDT 2017
Events and chunks
Doing distributed embedded work, it seems a lot of time is wasted just
in chunking/unchunking data. How to solve this permanently? The main
issue is to construct nested data types without a memory manager.
Or to incrementally build an object into a queue.
Look into what John's project does and see if it makes sense to work
on this. Otherwise, it seems simpler to find a way to work with
chunked data on a uC, essentially "virtual memory".
[Reply][About]
[<<][softarch][>>][..]