Счастливые люди =============== Сериал рассказывает о настоящих охотниках и рыболовах – жителях села Бахта Туруханского района, что стоит на Енисее. Это место, где, по мнению автора, живут счастливые люди. Вдали от цивилизации, они рассчитываются только на себя, живя в гармонии с природой и самими собой. Действие сериала охватывает все четыре сезона, потому что жизнь, показанная в нем, неразрывно связана с циклами природы, и ее законами.
What’s more I found that using native MSBuild tools to copy those 7000+ files to build now was incredibly fast. In fact, I while once debugging through that old ruby code responsible for copying, I found the source of the 10 minute copy task. Or why it took 10 minutes. It was using an N factorial algorithm! So given directory A with B thru Z subdirectories, it would iterate through all directories n! times. Each directory was not parsed once, but N! times according to the amount of sub-directories that existed. It was an unholy mess that proves that re-inventing the wheel is usually a disaster waiting to happen. Now back to the improvement: With the new msbuild copy mechanism it took 20 seconds to copy all those files. 20 seconds versus 10 minutes was a big improvement.