ntpviz: 30% speedup. Better to write plot to tmp file than pipe it.
My guess is that the buffering on pipes and stdin is the problem that got avoided. Bonus, we have a copy of the plot file for debug puproses.
Please register or sign in to comment
My guess is that the buffering on pipes and stdin is the problem that got avoided. Bonus, we have a copy of the plot file for debug puproses.