www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - NDC 2016 talk now online

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
https://www.reddit.com/r/programming/comments/4pmsgu/andrei_on_algorithms_se
rch_partition_fast/ 
-- Andrei
Jun 24 2016
next sibling parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Friday, 24 June 2016 at 14:06:48 UTC, Andrei Alexandrescu 
wrote:
 https://www.reddit.com/r/programming/comments/4pmsgu/andrei_on_algorithms_se
rch_partition_fast/ -- Andrei
Great talk, as usual, and great results. Has Phobos been updated to make use of these improvements, typically sentinel-based searching and fast deterministic selection? If not which Phobos algorithms should be?
Jun 30 2016
prev sibling parent Joakim <dlang joakim.fea.st> writes:
On Friday, 24 June 2016 at 14:06:48 UTC, Andrei Alexandrescu 
wrote:
 https://www.reddit.com/r/programming/comments/4pmsgu/andrei_on_algorithms_se
rch_partition_fast/ -- Andrei
Just watched this a couple days ago, good talk, almost like presenting a research paper for a more general audience by the end. I started going through the list of NDC Oslo talk videos (https://vimeo.com/channels/ndcoslo2016) to see if there was anything else worth watching and was intrigued by the mentions of D in the abstract for this video about upcoming features in c++17/20 from Mark Isaacson, who also presented at DConf last year: https://vimeo.com/171704648 However, despite the prominent mentions of D in the abstract, there were only two real mentions in the video, at the 46:30 mark, when he mentions that `constexpr if` was inspired by `static if` but is a "nerfed version," and the 50:00 mark, when he mentions another D feature in response to an audience question.
Aug 19 2016