Closed stephenswat closed 1 month ago
Currently, we unnecessarily put tips into a jagged vector-like structure; this commit turns this into a single, resizable array to save on copies and to make the code a bit simpler.
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Currently, we unnecessarily put tips into a jagged vector-like structure; this commit turns this into a single, resizable array to save on copies and to make the code a bit simpler.