Minor Performance tweaks - #17
Conversation
|
I don't understand the The title_score change is thoughtful. Ill merge if you can explain the purpose of |
|
Not a major performance boost. why pass the whole string between the functions? I think passing a Integer is much better than passing a string. |
|
Oh wait what, maybe this was a hole in my computer science education. How is passing a string in this case any worse than passing an integer? Can you reference me something to read, sorry now i'm just curious. |
|
My bad, i thought python makes copies of passed objects :) but still why do we need the whole string if the calculations are performed only on its length ? |
|
ok ok ok im merging haha |
|
👍 :) |
Changes