关注并行计算与多核多线程编程

留言 | Message »





欢迎大家留言给我提建议。

下次希望我写哪些方面的内容?你可以直接点此链接给你喜欢的主题投票,也可以直接留言告诉我:)

冠诚, IBM中国研究院, 研究员
关注大规模分布式系统、并行计算。
任何与多核、并行、多线程有关的话题都可以找我聊聊:-)
我的邮箱是chenguancheng AT gmail.com

11条评论

  1. ufo008ahw 说道:

    a real nice blog!

  2. puckbee 说道:

    我是跟着一篇博文过来的,您的博文挺有价值的,正好是我能看懂,又不吃力的那种。
    我志在研究 提升数据中心的安全、可靠、稳定等各方面性能,将来的终极职业规划是向着服务器解决方案,或者叫数据中心解决方案。想知道,我做哪方面的工作的研究,才能越来越接近我的目标?很想听听博主的看法。

  3. cxfksword 说道:

    我看到一篇文章说并发和并行编程是不同的,但不是很理解,你能不能写篇相关的文章解释下两个概念?http://blogs.oracle.com/yuanlin/entry/concurrency_vs_parallelism_concurrent_programming

    • Guancheng 说道:

      Hi!可以看看《深入理解计算机系统》中的“并发”一章。我有空会写写,谢谢你的建议:)

  4. Daneill 说道:

    博主的文章写的很赞啊,我是跟着《实施并行编程的五大障碍》过来的,非常喜欢这篇文章。
    我对并行编程非常感兴趣,以后会常来的。不知道博主能否介绍一下目前企业界常用的并行编程语言和工具,非常感谢!

  5. lisafang 说道:

    请问,并行计算是个什么样的概念?

    • Guancheng 说道:

      Parallel computing is a form of computation in which many calculations are carried out simultaneously,[1] operating on the principle that large problems can often be divided into smaller ones, which are then solved concurrently (“in parallel”). There are several different forms of parallel computing: bit-level, instruction level, data, and task parallelism. Parallelism has been employed for many years, mainly in high-performance computing, but interest in it has grown lately due to the physical constraints preventing frequency scaling.[2] As power consumption (and consequently heat generation) by computers has become a concern in recent years,[3] parallel computing has become the dominant paradigm in computer architecture, mainly in the form of multicore processors. – Wikipedia

  6. MaiTiano 说道:

    您的网站是挂在哪里的呢?一直找空间都么有合适的。

发表评论 »

返回顶部