mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
New iterator has the fastest possible implementation: just moves one pointer. It's faster that List_iterator and List_iterator_fast: both do more on increment. Overall patch brings: 1) work compile times 2) possibly(!) worse debug build performance 3) definitely better optimized build performance 4) ability to write less code 5) ability to write less bug-prone code
374 KiB
374 KiB