Santiago Monserrat Campanello
Santiago Monserrat Campanello
Also the `Object.keys(this.laneID_Map).length;` it's faily expensive, I think I would make sense to keep track of the object length with another field in `StageLevelMap` ```js class StageLevelMap { constructor(){ /**...
Maybe instead as how I do it in #21 , it's more elegant and equally performant to use the javascript Map inted of a plain Object
The logs I'm producing have one lane per new instruction so they incurred in this lane resorting on every new instruction, so the performance hit was noticeable. I was doing...
Same behavior on: OS: Ubuntu 24.04 Android: 16 scrcpy version: 3.3.3 Dependencies (compiled / linked): - SDL: 2.30.0 / 2.30.0 - libavcodec: 60.31.102 / 60.31.102 - libavformat: 60.16.100 / 60.16.100...
It's probably an issue with the screen, in most phones I tried the screen turns back on after disconnecting scrcpy