Pipelining for incremental diagram generation #194
Labels
enhancement
New feature or request
LSP
Affect the klighd language server.
requires client change
This change is linked to some change on the client side implementation in klighd-vscode
Pipelining the requests could potentially reduce the total transmission time significantly when using the incremental diagram generation. Since the exact order in which pieces should be sent is not clear and may change dynamically as the user interacts with the partially loaded diagram, the details of how to manage the priority of requests (and potentially cancel requests) should be considered.
The text was updated successfully, but these errors were encountered: