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

Performance optimizations #70

Open
1 of 5 tasks
tzarebczan opened this issue Aug 13, 2020 · 0 comments
Open
1 of 5 tasks

Performance optimizations #70

tzarebczan opened this issue Aug 13, 2020 · 0 comments
Labels
type: improvement Existing (or partially existing) functionality needs to be changed

Comments

@tzarebczan
Copy link
Contributor

tzarebczan commented Aug 13, 2020

  • no need to wait for block if utxo is split into less than 25 outputs: INFO[21521] Splitting balance of 1.941 evenly between 19 UTXOs

  • Save blockchain.db files locally, don't keep going to / from S3

  • parallelize yt-dl calls

  • startup SDK + start calling yt-dl calls simultaneously, then wait for SDK startup

  • don't call video data on known failures (see https://github.com/lbryio/internal-apis/issues/1413)

@tzarebczan tzarebczan added the type: improvement Existing (or partially existing) functionality needs to be changed label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement Existing (or partially existing) functionality needs to be changed
Projects
None yet
Development

No branches or pull requests

1 participant