Replies: 3 comments 1 reply
-
That is interesting, did you change Go versions? Could any other modules be contributing? Do you have some insight @YenForYang ? |
Beta Was this translation helpful? Give feedback.
-
Go version only changed from v1.17.0 to v1.17.1 (minor release) but i don't think this has affected. Also, exatorrent has not many dependencies. You can see what things were updated here: |
Beta Was this translation helpful? Give feedback.
-
The binary size increase could be because there is more inlining now. https://dave.cheney.net/2020/04/25/inlining-optimisations-in-go |
Beta Was this translation helpful? Give feedback.
-
@anacrolix ,
I know that @YenForYang is doing amazing optimization stuff. But, i feel that size of library has increased.
Compare
https://github.com/varbhat/exatorrent/releases/tag/v0.0.3
vs
https://github.com/varbhat/exatorrent/releases/tag/v0.0.2
Size has been increased ~+2MB .What i did between version update was updating dependencies.
Not a problem,but would like to know the cause. Is it because of inlining loop?
Beta Was this translation helpful? Give feedback.
All reactions