diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-06 12:40:01 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-07 20:59:43 +0100 |
| commit | cce96b85691fac0bbbbb84a501c6f39a0c9125c0 (patch) | |
| tree | 1cb6c6a3524e35381e96896cc337d3778694fa14 /debian | |
| parent | 8f4c09bb58b047a73328f935b9abeb4fe0b03ae1 (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
