Skip to content

wifi: use vector instead of list in PhyEntity.

Searching a vector is much faster than a list because elements are stored consecutively and most of them will hit the cpu cache.

Merge request reports

Loading