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

optimization of ccc #1272

Open
lispc opened this issue May 17, 2024 · 1 comment
Open

optimization of ccc #1272

lispc opened this issue May 17, 2024 · 1 comment

Comments

@lispc
Copy link

lispc commented May 17, 2024

Describe the feature you would like

  1. can we speedup RwMap::table_assignments_with_idx?
  2. for bus-mapping codecopy, avoid convert &[u8] to Bytecode. Bytecode is_code is not needed in copy circuit, so i think we can optimize this.
  3. optimize rlp circuit min_num_rows_block. most other circuits has an almost O(1) time of min_num_rows_block, while rlp circuit is full featured witgen, even with challenges.
  4. inside keccak_input, avoid recover_pk2

Additional context

.

@FabioT81
Copy link

100% agree

@lispc lispc changed the title optimization of rlp circuit min_num_rows_block optimization of ccc Jul 17, 2024
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

2 participants