summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-06 12:40:01 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-07 20:59:43 +0100
commitcce96b85691fac0bbbbb84a501c6f39a0c9125c0 (patch)
tree1cb6c6a3524e35381e96896cc337d3778694fa14 /debian
parent8f4c09bb58b047a73328f935b9abeb4fe0b03ae1 (diff)
solver3: Avoid std::vector for statically sized arrays
The bounds checking on the vector accesses is killing performance, so switch from vector to a basic array, given that we don't actually need _any_ functionality from vector... Of course while we are at it, let us define a safe wrapper around it so we cannot accidentally index arrays for package IDs with version IDs and whatnot.
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions