摘要:
Designing fault tolerant systems is extremely difficult. You can try to anticipate and reason about all of the things that can go wrong with your soft... 阅读全文
摘要:
Designing fault tolerant systems is extremely difficult. You can try to anticipate and reason about all of the things that can go wrong with your soft... 阅读全文
摘要:
This past weekend I readJoe Armstrong’s paper on the history of Erlang. Now,HOPLpapers in general are like candy for me, and this one did not disappoi... 阅读全文
摘要:
Linux can open 1024 files concurrently by each process by default:http://m.blog.csdn.net/blog/keepersay/8593352Windows can open 20000 files:https://so... 阅读全文
摘要:
http://www.evermotion.org/tutorials/show/9824/making-of-morning-breakfast-tip-of-the-weekhttp://www.evermotion.org/tutorials/show/9799/making-of-scand... 阅读全文
摘要:
-------------------------------Num faces: 7000k+Num lights: 38Num textures: 79Textures on disk: 700M+Resolution: 1200x700CPU: 8core, 1.89GHz----------... 阅读全文
摘要:
Found from StackOverflow:=============================================================================================The following routines are avail... 阅读全文
摘要:
实现了一个简单的任务系统(Task Scheduler),用于多线程任务执行。由于编程上的疏忽,比实际的硬件线程多创建了一个线程用于执行任务。任务执行的部分,在Profiling工具里面,一直是耗时的部分。发现了这个问题之后,改正,整个执行时间几乎变为原来的一半。具体理论解释可以看这篇文章:http... 阅读全文
摘要:
///////////////////////////////////////////////////////////////////////////// Performance benchmarking program for various normalize functions//// by ... 阅读全文
摘要:
很有趣的文章:http://www.codeproject.com/Articles/69941/Best-Square-Root-Method-Algorithm-Function-Precisi 阅读全文
摘要:
flat_map optimization for runtime specialization:https://github.com/imageworks/OpenShadingLanguage/commit/0365a1cbeec6be35bf47a355b65d88a88b56c159unsp... 阅读全文
|