lazygit/pkg/gui/presentation/graph
Stefan Haller 6ca627d9d7 Store fromPos/toPos as 16-bit ints, and reorder fields for better packing
Hopefully, graphs will never get wider than 32768 characters. (They would get
kind of hard to navigate if they did...)

This reduces the size of the Pipe struct from 48 to 32 bytes, which makes a
significant difference when there are many millions of instances.
2025-04-29 14:57:15 +02:00
..
cell.go Store TextStyle in Pipe struct as pointer 2025-04-29 14:57:15 +02:00
graph.go Store fromPos/toPos as 16-bit ints, and reorder fields for better packing 2025-04-29 14:57:15 +02:00
graph_test.go Store TextStyle in Pipe struct as pointer 2025-04-29 14:57:15 +02:00