wavesplatform / wavesplatform/gowaves
[FEATURE] Optimize the GC usage for snapshots
Open
@esuwu is already working on this.
Since Jun 18, 2023.
enhancement
- Dominant language
- Go
- Stars
- 251
- Forks
- 73
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 28
Description
Аbstract
Optimize the GC usage for snapshots
Motivation and Purposes
It may or may not save time to predict the number of snapshots to allocate memory once. It is more complicated for InvokeScriptTx, because each action produces a different number of snapshots
Specification
Research on what is better and faster needs to be done
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.