demikernel
demikernel copied to clipboard
[runtime] Various Improvements on `DataBuffer`
We should introduce various additional fields in the DataBuffer
abstraction:
- [ ] one that "remembers" the original length of the data allocation (i.e. before any adjust or trim), as it might be useful in the future
Related Issues
- https://github.com/demikernel/runtime/pull/22
- https://github.com/demikernel/demikernel/pull/87