-
@taimoorh13 First, I'd like to commend you for your excellent work with this repository. The structure is well-organized, the code is easy to follow, and the outputs are clear and accurate. I encounte…
-
Hi and thank you for this svelte library!
I recently discovered some perf hotspots by profiling, and I have some suggestions to deal with them, but they are suggestions only! Up to you as develope…
-
## Tentative goals
- [x] annotate Mono Interp with event pipe events
- [ ] annotate Mono AOT with event pipe events
- [ ] `FRAME_TYPE_IL_STATE`
- [ ] annotate AOT/Interp transitions
- […
-
We would definitely benefit from some benchmarking and profiling of the current code, to find bottlenecks and choke points. This issue will keep track of them.
Here are some suggestions of things t…
-
```
seq 1 235976 | python3 -m cProfile (which pyp) "p | pp[-1]"
```
shows a lot of time (~20 out of 28 seconds) is spent in `string_splitter`. Some of this might be unavoidable due to python slow…
-
# GPU MODE Lecture 8: CUDA Performance Checklist – Christian Mills
Lecture #8 provides a comprehensive guide to CUDA performance optimization techniques, covering key concepts like memory coalescing,…
-
## Introduction
We currently have six different mechanisms to monitor the performance of a Feldera pipeline.
Some of these, e.g., the heap profiler and the tracer, are intended for internal use by…
-
On 2/14 do some test dogfights with dottrace on
-
There are a number of troubling issues with the frontend's performance. In no particular order, the following issues need to be investigated (e.g. proper performance profiling to determine bottlenecks…
-
Profiling revealed performance issues with `restoreState` of the dock widget manager. The total run time on the test server jumped from 17min to 26min.
This change in behaviour was probably introd…