clusterlin: avoid heap allocations in GetLinearization
This is a routine performance optimization in Bitcoin Core's transaction-cluster linearization code. It replaces dynamically-allocated vectors with fixed-size stack arrays to avoid repeated heap memory allocations. There is no security-rel…
e6ca9962by Pieter Wuille+26−201 file