Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

optimization of ccc #1272

@lispc

Description

@lispc

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

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions