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

Re-use interpolation function form TraceTable #671

Open
recmo opened this issue Apr 7, 2020 · 0 comments
Open

Re-use interpolation function form TraceTable #671

recmo opened this issue Apr 7, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Apr 7, 2020

On 2020-04-04 @recmo wrote in 6637600 “Add timing spans”:

Re-use interpolation function form TraceTable

            }
        });
    trace!("END Evaluate");

    info!("Convert from values to coefficients");
    // TODO: Re-use interpolation function form TraceTable
    trace!("BEGIN Interpolate");
    values.ifft();
    permute(values);
    trace!("END Interpolate");
    // OPT: Merge with even-odd separation loop.

From crypto/stark/src/prover.rs:602

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Apr 7, 2020
@recmo recmo self-assigned this Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant