len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 30 下一页

2015年12月30日

摘要: 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... 阅读全文
posted @ 2015-12-30 18:07 Len3d 阅读(213) 评论(0) 推荐(0) 编辑

摘要: 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... 阅读全文
posted @ 2015-12-30 18:05 Len3d 阅读(179) 评论(0) 推荐(0) 编辑

2015年12月9日

摘要: 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... 阅读全文
posted @ 2015-12-09 19:55 Len3d 阅读(160) 评论(0) 推荐(0) 编辑

摘要: http://www.evermotion.org/tutorials/show/9824/making-of-morning-breakfast-tip-of-the-weekhttp://www.evermotion.org/tutorials/show/9799/making-of-scand... 阅读全文
posted @ 2015-12-09 16:51 Len3d 阅读(163) 评论(0) 推荐(0) 编辑

2015年12月5日

摘要: -------------------------------Num faces: 7000k+Num lights: 38Num textures: 79Textures on disk: 700M+Resolution: 1200x700CPU: 8core, 1.89GHz----------... 阅读全文
posted @ 2015-12-05 15:06 Len3d 阅读(179) 评论(0) 推荐(0) 编辑

2015年8月7日

摘要: Found from StackOverflow:=============================================================================================The following routines are avail... 阅读全文
posted @ 2015-08-07 00:53 Len3d 阅读(411) 评论(0) 推荐(0) 编辑

2015年7月25日

摘要: 实现了一个简单的任务系统(Task Scheduler),用于多线程任务执行。由于编程上的疏忽,比实际的硬件线程多创建了一个线程用于执行任务。任务执行的部分,在Profiling工具里面,一直是耗时的部分。发现了这个问题之后,改正,整个执行时间几乎变为原来的一半。具体理论解释可以看这篇文章:http... 阅读全文
posted @ 2015-07-25 10:38 Len3d 阅读(619) 评论(0) 推荐(0) 编辑

2015年7月12日

摘要: ///////////////////////////////////////////////////////////////////////////// Performance benchmarking program for various normalize functions//// by ... 阅读全文
posted @ 2015-07-12 22:25 Len3d 阅读(1002) 评论(0) 推荐(0) 编辑

摘要: 很有趣的文章:http://www.codeproject.com/Articles/69941/Best-Square-Root-Method-Algorithm-Function-Precisi 阅读全文
posted @ 2015-07-12 10:18 Len3d 阅读(193) 评论(0) 推荐(0) 编辑

2015年6月20日

摘要: flat_map optimization for runtime specialization:https://github.com/imageworks/OpenShadingLanguage/commit/0365a1cbeec6be35bf47a355b65d88a88b56c159unsp... 阅读全文
posted @ 2015-06-20 07:27 Len3d 阅读(230) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 30 下一页