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

Support concurrent transaction handling #64

Closed
RiccardoM opened this issue May 9, 2022 · 0 comments · Fixed by #67
Closed

Support concurrent transaction handling #64

RiccardoM opened this issue May 9, 2022 · 0 comments · Fixed by #67
Assignees

Comments

@RiccardoM
Copy link
Contributor

Feature description

Currently transactions that are stored inside a block are handled sequentially. Instead, order to improve the overall data parsing performances, we could handle them in parallel.

Implementation proposal

Use goroutines to concurrently call HandleTx multiple times.

@MonikaCat MonikaCat self-assigned this May 10, 2022
@mergify mergify bot closed this as completed in #67 Jun 21, 2022
mergify bot pushed a commit that referenced this issue Jun 21, 2022
## Description

Fixes #64

## Checklist
- [x] Targeted PR against correct branch.
- [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote unit tests.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.
RiccardoM pushed a commit that referenced this issue Jul 27, 2022
## Description

Fixes #64

## Checklist
- [x] Targeted PR against correct branch.
- [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote unit tests.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants