SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Performance 2

Open migueldeicaza opened this issue 5 months ago • 0 comments
trafficstars

Some observations from running the vtebench under the profiler:

recycle() -< rather than creating a new array, clear the existing array.

Image

The idea of keeping a list of updates lines rather than a range of lines is very costly, I do not think this pays off, some 20%:

Image

migueldeicaza avatar Jun 18 '25 00:06 migueldeicaza