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

common: add StaticVector #2613

Merged
merged 1 commit into from
Dec 29, 2023
Merged

common: add StaticVector #2613

merged 1 commit into from
Dec 29, 2023

Conversation

Riolku
Copy link
Contributor

@Riolku Riolku commented Dec 23, 2023

StaticVector is a class that behaves like a vector in that it is dynamically-sized, but unlike std::vector in that the capacity is fixed and inline.

Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (91945c6) 93.28% compared to head (46aea31) 93.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2613   +/-   ##
=======================================
  Coverage   93.28%   93.28%           
=======================================
  Files        1037     1037           
  Lines       38870    38870           
=======================================
  Hits        36258    36258           
  Misses       2612     2612           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Riolku Riolku mentioned this pull request Dec 23, 2023
src/include/common/static_vector.h Outdated Show resolved Hide resolved
StaticVector is a class that behaves like a vector in that it is
dynamically-sized, but unlike std::vector in that the capacity is fixed
and inline.
@Riolku Riolku merged commit f308898 into master Dec 29, 2023
14 checks passed
@Riolku Riolku deleted the static-vector branch December 29, 2023 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants