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

Remove extra phases from Chia PoSpace implementation #1400

Closed
nazar-pc opened this issue Apr 23, 2023 · 0 comments · Fixed by #1448
Closed

Remove extra phases from Chia PoSpace implementation #1400

nazar-pc opened this issue Apr 23, 2023 · 0 comments · Fixed by #1448
Assignees
Labels
farmer Farming library/app improvement it is already working, but can be better performance Related to performance measurement or improvement
Milestone

Comments

@nazar-pc
Copy link
Member

The implementation we use right now has 4 phases, of which only the first we actually need and 3 others are just wasting resources in our use case.

We should simplify implementation to use only the first phase, which will improve plotting and proving performance significantly without impacting security (this is a backwards-compatible change).

@nazar-pc nazar-pc added farmer Farming library/app improvement it is already working, but can be better performance Related to performance measurement or improvement labels Apr 23, 2023
@nazar-pc nazar-pc added this to the Gemini 3 milestone Apr 23, 2023
@nazar-pc nazar-pc self-assigned this Apr 23, 2023
@nazar-pc nazar-pc moved this from In Progress to Under Review in Subspace core (node, farmer, etc.) May 10, 2023
@github-project-automation github-project-automation bot moved this from Under Review to Closed in Subspace core (node, farmer, etc.) May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
farmer Farming library/app improvement it is already working, but can be better performance Related to performance measurement or improvement
Projects
Development

Successfully merging a pull request may close this issue.

1 participant