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

Feat/scroll mem reduction #274

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Feat/scroll mem reduction #274

wants to merge 7 commits into from

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    89e1ebf View commit details
    Browse the repository at this point in the history
  2. change: Apply memory optimisation technique from Scroll

    This incorporates the work done in
    scroll-tech#28 in order to lower the
    memory consumption significantly trading off for some performance.
    
    A much more deep analysis can be found here: axiom-crypto#17
    CPerezz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    08fe3e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24120ea View commit details
    Browse the repository at this point in the history
  4. feat: Add perf-profiling feature & remodel API test

    This remodels the `plonk-api` test such that is now easy to extract
    meterings for `heap` and `perf` profiling.
    CPerezz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6fcfa4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f093787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c0642c View commit details
    Browse the repository at this point in the history
  7. fix: Rebase conflicts

    CPerezz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0141b51 View commit details
    Browse the repository at this point in the history