4
3
Fork
You've already forked PipePipeExtractor
3

Bilibili: little improvement of algorithm conversion between av and bv #11

Merged
NullPointerException merged 1 commit from chr_56/PipePipeExtractor:av_bv_algorithm into main 2024年02月03日 23:18:39 +01:00
Contributor
Copy link

Nothing.

  • Do not use BigInteger: av has only 51 bits. long is enough.
  • Return long instread of int for av.
  • Add comments.
  • Remove legacy conversion codes that has not be cleared.
Nothing. - Do not use `BigInteger`: av has only 51 bits. `long` is enough. - Return `long` instread of `int` for av. - Add comments. - Remove legacy conversion codes that has not be cleared.

" Do not use BigInteger: av has only 51 bits. long is enough. "

-> Use long instead of BigInteger

" Do not use BigInteger: av has only 51 bits. long is enough. " -> Use long instead of BigInteger
chr_56 deleted branch av_bv_algorithm 2024年02月04日 02:47:50 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
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
NullPointerException/PipePipeExtractor!11
Reference in a new issue
NullPointerException/PipePipeExtractor
No description provided.
Delete branch "chr_56/PipePipeExtractor:av_bv_algorithm"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?