Skip to content

vector_algorithms.cpp: split into multiple translation units or otherwise enhance file navigation? #5418

@AlexGuteniev

Description

@AlexGuteniev

vector_algorithms.cpp grew to about 6000 lines. That's about a half of <algoirthms> size. Out of separately compiled files it stands out, with only xcharconv_ryu_tables.cpp exceeding it.

The navigation became somewhat inconvenient, especially with a lot of unnamed namespaces, each containing its own functions set:

Image

Do we want to do something about it?

We can:

  • Do nothing
  • Split vector_algorithms.cpp into multiple files
  • Fuse all unnamed namespaces into one
  • Do something diffrerent

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething can be improvedfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions