demikernel
demikernel copied to clipboard
[perf] Remove Task Name
Description
This PR removes tasks names from the Task structure to avoid memory allocations in the critical path.
Looks fine to me. We put these in in the first place so we could debug more easily. Is there some way to retain that functionality without the overhead?
Sure I fixed this. Task names will be compiled for debug builds.
Awesome, thanks for doing this.
Closing this as requested by @iyzhang.
This was replaced in PR #1191