-
With the beta18 version (Android), it seems the startup performance on loma.ml has somewhat suffered again. Right now, again it takes 5..15s again to load the "Subscriptions" timeline (with placeholde…
-
For a simple `PerfTester` written like this
```
import SwiftExperimentalSubprocess
import Foundation
@main
struct Main {
static func main() async throws {
let r = try await Subp…
-
Performance is quite horrible
I did a lot of tests
even one simple effect eats around 25%-40% of frame time, mostly because of constant gl queries
I am not sure whether this can be better optimized…
-
Performance is a critical part of our system. The code needs to do things fast enough to be able to predict apogee, and thus, deploy airbrakes in time, all while running on a tiny computer (the Raspbe…
-
- remove the `Pkg.dependencies()` if possible, maybe check mtime() of the manifest
- add `Tracy.jl` or something similar to see where the time is being spent to
- Run `GC.gc()` periocally
-
Opening the window is noticeably slow. It is waaay slower than for example opening gnome terminal. SDL3 can't be that much of a overhead just to initialize a empty window.
Feels like half a second.…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
this change affects the perormance as it is not ignoring node_modules by default and there is no option to exclude it
https://github.com/keithamus/sort-package-json/compare/v2.10.1...v2.10.2
-
## Enhancement
This issue is used to track the optimization for the coprocessor.
-
`dalfox`'s CPU usage seems quite high: it can go up to 400% for a single URL !
Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: mo…