
D3 并发 vs AST
文章平均质量分 77
hqs7636
这个作者很懒,什么都没留下…
展开
-
D语言并发编程特性前瞻
[url]http://wangyuanzju.blog.163.com/blog/static/13029200871734854243/[/url]06年以来我就一直关注D语言的发展,D语言立志成为C/C++之后的主流系统编程语言,拥有垃圾收集等很多很强大的特性。D语言在07年初发布了1.0版,现在正在设计其2.0版。虽然有了所谓的1.0版,目前D语言还是一门非常小众的语言,正处于...原创 2008-08-19 19:49:18 · 262 阅读 · 0 评论 -
Spawning a Thread, the D way 8
September 1, 2009Posted by Bartosz Milewski under Programming [9] Comments Spawning a thread in non-functional languages is considered a very low-level primitive. Often spawn or CreateThre...原创 2009-10-21 04:02:36 · 240 阅读 · 0 评论 -
The Anatomy of Reference Counting 7
August 19, 2009Posted by Bartosz Milewski under C++, Concurrency, D Programming Language, Multithreading, Programming [22] Comments What is there to reference counting that is not obvious?...原创 2009-10-21 04:01:50 · 174 阅读 · 0 评论 -
On Actors and Casting 6
July 16, 2009Posted by Bartosz Milewski under C++, Concurrency, D Programming Language, Erlang, Java, Multithreading, Programming, Scala, Type System [31] Comments Is the Actor model just ...原创 2009-10-21 03:59:43 · 219 阅读 · 0 评论 -
What’s Wrong with the Thread Object? 5
July 7, 2009Posted by Bartosz Milewski under Programming [9] Comments I started writing a post about implementing actors in D when I realized that there was something wrong with the way thre...原创 2009-10-21 03:58:37 · 163 阅读 · 0 评论 -
Multithreading Tutorial: Globals 4
June 23, 2009Posted by Bartosz Milewski under C++, Concurrency, D Programming Language, Java, Multithreading, Programming, Type System 1 Comment If it weren’t for the multitude of opportun...原创 2009-10-21 03:57:33 · 309 阅读 · 0 评论 -
Race-free Multithreading : Owner polymorphism 3
June 15, 2009In my last post I talked about the proposal for the ownership scheme for multithreaded programs that provides alias control and eliminates data races. The scheme requires the additi...原创 2009-10-21 03:56:15 · 158 阅读 · 0 评论 -
Race-free Multithreading: Ownership 2
June 2, 2009Since ownership plays a major role in race-free programming, it will be the first topic in my proposal for a race-free system. I presented the bird’s eye view of the system and provi...原创 2009-10-21 03:53:20 · 238 阅读 · 0 评论 -
Race-free Multithreading 1
Posted by Bartosz Milewski under Programming May 26, 2009[27] Comments Most languages were caught unaware by the multicore revolution. C++, predictably, developed a portable assembly language ...原创 2009-10-21 03:41:37 · 203 阅读 · 0 评论 -
Ownership Systems against Data Races 10
September 22, 2009Posted by Bartosz Milewski under C++, Concurrency, Programming, Type System [6] Comments Here’s the video from my recent talk to the Northwest C++ Users Group (NWCPP) abo...原创 2009-10-21 04:04:37 · 135 阅读 · 0 评论