Closed EltonzHu closed 4 years ago
Describe the bug When creating a new meta info, bencode marshal function is called twice which is unnecessary and decreasing performance.
To Reproduce Steps to reproduce the behavior: Noticing this by going through the code.
Expected behavior Marshal operation is only needed to call once when creating a meta info.
Environments This affects all environments.
Created an PR#263 for fixing this.
This PR is merged into master branch. Close this issue.
Describe the bug When creating a new meta info, bencode marshal function is called twice which is unnecessary and decreasing performance.
To Reproduce Steps to reproduce the behavior: Noticing this by going through the code.
Expected behavior Marshal operation is only needed to call once when creating a meta info.
Environments This affects all environments.