optimization of ccc
lispc opened this issue · 1 comments
lispc commented
Describe the feature you would like
- can we speedup RwMap::table_assignments_with_idx?
- 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.
- 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.
- inside keccak_input, avoid recover_pk2
Additional context
.
FabioT81 commented
100% agree