Skip to content

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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