ntpviz: stop splitting/joining, keep lines as lists.
Sadly, while the code looks cleaner, is is not faster. Proof that Python is relatively better at join/split than lists.
Loading
Please register or sign in to comment
Sadly, while the code looks cleaner, is is not faster. Proof that Python is relatively better at join/split than lists.