lazygit/pkg/gui/presentation/graph
Stefan Haller 28aa26f30a Store Pipe objects by value in slice of Pipes
This saves some memory at the cost of a slight performance increase (I suppose
reallocting the slice when adding new Pipes is slightly more expensive now).

Performance of the BenchmarkRenderCommitGraph benchmark is 130μs before, 175μs
after. I'm guessing this is still acceptable.
2025-04-29 14:57:15 +02:00
..
cell.go update linters 2022-03-19 12:12:57 +11:00
graph.go Store Pipe objects by value in slice of Pipes 2025-04-29 14:57:15 +02:00
graph_test.go Store Pipe objects by value in slice of Pipes 2025-04-29 14:57:15 +02:00