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

estd::variadic::visitor performance evaluation #19

Open
malachib opened this issue Nov 19, 2023 · 0 comments
Open

estd::variadic::visitor performance evaluation #19

malachib opened this issue Nov 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@malachib
Copy link
Contributor

malachib commented Nov 19, 2023

I as a developer want to know how visited types against an index perform as compared to a traditional switch so as to identify its suitability for constrained device usage

ACCEPTANCE CRITERIA

  1. Output artifact is MD document indicating results on esp32, x64 and AVR platforms

USE CASE (not specifically criteria)

  • J1939 code base has a massive switch statement; in theory the code code be cleaned a bit by using variant_storage and an index visitor - but code bloat is a concern
@malachib malachib added the enhancement New feature or request label Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant