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

Mechanism to reuse subtables/columns in lookups #236

Open
dkales opened this issue Nov 20, 2023 · 0 comments
Open

Mechanism to reuse subtables/columns in lookups #236

dkales opened this issue Nov 20, 2023 · 0 comments

Comments

@dkales
Copy link

dkales commented Nov 20, 2023

We are currently working to integrate lookups in our components

We have several different lookup tables, where the first column is a simple 0..N index table and the second column is the value that is looked up. The first column is the exact same for all different lookup tables, so it could possibly be de-duplicated.
Is there a way ATM to re-use the first column across multiple lookup tables, such that it only uses a single column in the trace?

As an example (ignore the concrete values) here are two lookups A,B, with 2 columns each, where the x column is the same.

Ax Ay Bx By
0 51 0 100
1 52 1 101
2 53 2 102
3 54 3 103
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

No branches or pull requests

1 participant