Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Custom map class#514

Open
JustCallMeRay wants to merge 7 commits intoZigRazor:masterfrom
JustCallMeRay:custom-map-class
Open

Custom map class#514
JustCallMeRay wants to merge 7 commits intoZigRazor:masterfrom
JustCallMeRay:custom-map-class

Conversation

@JustCallMeRay
Copy link
Contributor

Adds ability for users to specify a custom map class.

A user might want this for performance:

  • frozen has benchmarks showing better performance than std::map in most cases
  • Per-project custom mapscan be much faster if the input is fully known at compile time
  • Running in a constexpr context is frequently used for testing to identify UB in safety critical systems (frozen is fully constexpr)

Changeset includes:

  • Macros in the config header file which import the correct map and set types and alias them to something common
  • Changes usage of map classes and sets to be the common alias

@ZigRazor
Copy link
Owner

Can you correct the code to let the CodeQL, Code Coverage and Clang-Format workflow run correctly.
Thank you

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@JustCallMeRay@ZigRazor

[8]ページ先頭

©2009-2026 Movatter.jp