-
Notifications
You must be signed in to change notification settings - Fork 40
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/sphere/fft mem opt #28
Conversation
Here is a draft explaining this optimization. Actually there are two points in this draft:
By now only the first one has been implemented. |
By running the modified
Without this pr, the
|
It seems
|
OK i will do some final review before merging |
Add several features:
|
draft link is broken? |
Sorry, I am currently working on revising this blog post to provide a more comprehensive explanation and additional figures for better clarity. The updated version will be published soon. |
merged |
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
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
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
we plan to run some tests on this branch, if nothing is broken and mem usage indeed is optimized much, we will make a new `scroll-dev-01XX" branch since this is a big new feature
fyi @spherel