Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce SmallVector and SmallString usage #7610

Open
wants to merge 58 commits into
base: 2027
Choose a base branch
from

Conversation

PeterJohnson
Copy link
Member

@PeterJohnson PeterJohnson commented Dec 31, 2024

Still WIP

@PeterJohnson PeterJohnson requested review from a team as code owners December 31, 2024 03:49
@github-actions github-actions bot added component: ntcore NetworkTables library component: cscore CameraServer library component: wpiutil WPI utility library component: wpinet WPI networking library 2027 2027 target component: glass Glass app and backend labels Dec 31, 2024
Copy link
Contributor

@KangarooKoala KangarooKoala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, what's the reason for reducing SmallVector usage? Trying to shift towards using standard library stuff instead of LLVM stuff?

@PeterJohnson
Copy link
Member Author

Yes, essentially, the goal is to use more standard library stuff unless SmallVector provides an obvious performance benefit (e.g. "hot" paths).

@PeterJohnson PeterJohnson requested a review from a team as a code owner January 1, 2025 22:34
@github-actions github-actions bot added component: hal Hardware Abstraction Layer component: datalogtool DataLog Tool component: sysid SysId app labels Jan 1, 2025
@PeterJohnson PeterJohnson requested a review from a team as a code owner January 2, 2025 05:16
@github-actions github-actions bot added component: wpilibc WPILib C++ component: teamnumbersetter roboRIO Team Number Setter labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2027 2027 target component: cscore CameraServer library component: datalogtool DataLog Tool component: glass Glass app and backend component: hal Hardware Abstraction Layer component: ntcore NetworkTables library component: sysid SysId app component: teamnumbersetter roboRIO Team Number Setter component: wpilibc WPILib C++ component: wpinet WPI networking library component: wpiutil WPI utility library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants