eclipse-cdt-cloud / eclipse-cdt-cloud/vscode-memory-inspector
When new marginal memory, concatenate with existing
Open
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 25
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 8
Description
With the addition of pagination, we are sometimes fetching memory redundantly. It would be ideal when loading new memory to just load the new memory and concatenate it with the old.
This is challenging, however, because the DAP allows adapters to return a partial result, so additional work would be required to determine how the new result corresponds to the old.
_Originally posted by @colin-grant-work in https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/pull/28#discussion_r1311822425_
Contributor guide
Assessment
This issue has not been assessed yet.