compiler construction - Project without blank spaces will be compiled faster? -


as far know compiler , interpreter ignore blank spaces in projects. so, if suppose have project composed 2 thousand line, there blank spaces. in case, project compiled more project without them?

no. ignoring whitespace possibly fastest operation there in compiler. if tips i/o required on additional disk read might notice tiny difference. it's not worth worrying about, , isn't worth defacing source files for. 2000 line project nothing compiler.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -