Commits
Click on a commit to change the comparison rangeperf(language_server): avoid cloning on message conversion (#14058)
Tested it with one `no-debugger` rule on a file (100 times).
Main:
```
heaptrack stats:
allocations: 172985
leaked allocations: 580
temporary allocations: 53112
```
This PR:
```
heaptrack stats:
allocations: 170985
leaked allocations: 580
temporary allocations: 53111
```