www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - ACCU: Wednesday, February 12 - Amaury =?UTF-8?B?U8OpY2hldCwgIk11?=

reply =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
When:      Wednesday, February 12, 2014
Topic:     Multi-core Software Development Challenges and How D Helps
Speaker:   Amaury Séchet
Time:      6:30pm doors open
            7:00pm meeting begins
Where:     Symantec
            VCAFE building
            350 Ellis Street (near E. Middlefield Road)
            Mountain View, CA 94043
Map:       <http://tinyurl.com/334rv5>
Directions: VCAFE is accessible from the semicircular courtyard between 
Symantec buildings <http://tinyurl.com/2dccgc>
Cost:      Free
More Info: 
<http://www.meetup.com/SFBay-Association-of-C-C-Users/events/159565312/>

Multi-core CPUs have become the norm. Most system languages predate this 
hardware evolution and provide poor solutions to problems that 
developers encounter using multi-core CPUs.

The first part of this talk will introduce how multi-core CPUs work, 
what they are good at, and the conditions that may affect their 
performance negatively.

The second part will look at how one system programming language takes 
advantage of multi-core CPUs. The D programming language learns from the 
mistakes of its predecessors and provides a much safer and comfortable 
environment to exploit multi-core machines by its default thread-local 
storage; immutable and shared data attributes; and parallelism, 
concurrency and fiber modules.

Amaury Séchet is the main developer of SDC, a project aiming at 
providing a D compiler as a library. He currently works at Facebook as a 
software engineer.

---- Upcoming ACCU meetings -----

Wednesday, February 26 2014
Workshop

Wednesday, March 12, 2014
Sumant Tambe
"Fun with Functions The C++14-style"

Wednesday, March 26, 2014
Workshop

---------

The ACCU meets twice monthly. Meetings are always open to the public and 
are free of charge. To suggest topics and speakers please email Ali 
Cehreli via acehreli yahoo.com
Feb 05 2014
next sibling parent reply John J <john.joyus gmail.com> writes:
On 02/06/2014 12:48 AM, Ali Çehreli wrote:
 When:      Wednesday, February 12, 2014
 Topic:     Multi-core Software Development Challenges and How D Helps
 Speaker:   Amaury Séchet
 Time:      6:30pm doors open
             7:00pm meeting begins
 Where:     Symantec
             VCAFE building
             350 Ellis Street (near E. Middlefield Road)
             Mountain View, CA 94043
 Map:       <http://tinyurl.com/334rv5>
 Directions: VCAFE is accessible from the semicircular courtyard between
 Symantec buildings <http://tinyurl.com/2dccgc>
 Cost:      Free
 More Info:
 <http://www.meetup.com/SFBay-Association-of-C-C-Users/events/159565312/>

 Multi-core CPUs have become the norm. Most system languages predate this
 hardware evolution and provide poor solutions to problems that
 developers encounter using multi-core CPUs.

 The first part of this talk will introduce how multi-core CPUs work,
 what they are good at, and the conditions that may affect their
 performance negatively.

 The second part will look at how one system programming language takes
 advantage of multi-core CPUs. The D programming language learns from the
 mistakes of its predecessors and provides a much safer and comfortable
 environment to exploit multi-core machines by its default thread-local
 storage; immutable and shared data attributes; and parallelism,
 concurrency and fiber modules.

 Amaury Séchet is the main developer of SDC, a project aiming at
 providing a D compiler as a library. He currently works at Facebook as a
 software engineer.
Excellent topic! Unfortunately, I am very far away. :( Any plans to upload a video? Thanks.
Feb 07 2014
parent =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
On 02/07/2014 07:44 AM, John J wrote:

 Unfortunately, I am very far away. :(

 Any plans to upload a video? Thanks.
Recording or streaming is always requested but we don't have dedicated people or equipment to record the talks. I can't promise yet but I will let you know if we have a recording. Ali
Feb 07 2014
prev sibling next sibling parent reply =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
Reminder...

Ali

On 02/05/2014 09:48 PM, Ali Çehreli wrote:
 When:      Wednesday, February 12, 2014
 Topic:     Multi-core Software Development Challenges and How D Helps
 Speaker:   Amaury Séchet
 Time:      6:30pm doors open
             7:00pm meeting begins
 Where:     Symantec
             VCAFE building
             350 Ellis Street (near E. Middlefield Road)
             Mountain View, CA 94043
 Map:       <http://tinyurl.com/334rv5>
 Directions: VCAFE is accessible from the semicircular courtyard between
 Symantec buildings <http://tinyurl.com/2dccgc>
 Cost:      Free
 More Info:
 <http://www.meetup.com/SFBay-Association-of-C-C-Users/events/159565312/>

 Multi-core CPUs have become the norm. Most system languages predate this
 hardware evolution and provide poor solutions to problems that
 developers encounter using multi-core CPUs.

 The first part of this talk will introduce how multi-core CPUs work,
 what they are good at, and the conditions that may affect their
 performance negatively.

 The second part will look at how one system programming language takes
 advantage of multi-core CPUs. The D programming language learns from the
 mistakes of its predecessors and provides a much safer and comfortable
 environment to exploit multi-core machines by its default thread-local
 storage; immutable and shared data attributes; and parallelism,
 concurrency and fiber modules.

 Amaury Séchet is the main developer of SDC, a project aiming at
 providing a D compiler as a library. He currently works at Facebook as a
 software engineer.

 ---- Upcoming ACCU meetings -----

 Wednesday, February 26 2014
 Workshop

 Wednesday, March 12, 2014
 Sumant Tambe
 "Fun with Functions The C++14-style"

 Wednesday, March 26, 2014
 Workshop

 ---------

 The ACCU meets twice monthly. Meetings are always open to the public and
 are free of charge. To suggest topics and speakers please email Ali
 Cehreli via acehreli yahoo.com
Feb 11 2014
parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 2/11/2014 10:33 AM, Ali Çehreli wrote:
 Reminder...

 Ali
Dang, wish I could be there.
Feb 12 2014
parent "deadalnix" <deadalnix gmail.com> writes:
On Thursday, 13 February 2014 at 02:24:21 UTC, Walter Bright
wrote:
 On 2/11/2014 10:33 AM, Ali Çehreli wrote:
 Reminder...

 Ali
Dang, wish I could be there.
I had a lot of question, so I conclude I got people really interested or really confused. I'll share the slides when I have some time to take care of it.
Feb 13 2014
prev sibling parent =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
On 02/05/2014 09:48 PM, Ali Çehreli wrote:

 When:      Wednesday, February 12, 2014
 Topic:     Multi-core Software Development Challenges and How D Helps
 Speaker:   Amaury Séchet
Both the speaker and the audience were great. I learned a lot. I hope Amaury will publish his slides. I apologize for not recording the presentation. We will get our equipment soon. Ali
Feb 13 2014