Performance optimizations #70

Open
opened 2020-08-13 16:25:15 +02:00 by tzarebczan · 0 comments
tzarebczan commented 2020-08-13 16:25:15 +02:00 (Migrated from github.com)
  • 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)

- [ ] 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 - [x] don't call video data on known failures (see https://github.com/lbryio/internal-apis/issues/1413)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/ytsync#70
No description provided.