digitalmars.D.announce - [OT] Fast Deterministic Selection
- Andrei Alexandrescu (4/4) May 18 2017 The implementation is an improved version of what we now have in the D
- Stanislav Blinov (4/9) May 18 2017 Nice, congrats!
- =?UTF-8?B?Tm9yZGzDtnc=?= (3/4) May 19 2017 Great work.
- Jon Degenhardt (6/11) May 20 2017 Very nice! Is this materially faster than what is currently in
- Andrei Alexandrescu (3/18) May 22 2017 The code per the paper is faster for more data sets. For the NLP data
The implementation is an improved version of what we now have in the D standard library. I'll take up the task of updating phobos at a later time. https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/ Andrei
May 18 2017
On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote:The implementation is an improved version of what we now have in the D standard library. I'll take up the task of updating phobos at a later time. https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/ AndreiNice, congrats! ...and predictably, poison fumes are already in on reddit...
May 18 2017
On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote:https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/Great work.
May 19 2017
On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote:The implementation is an improved version of what we now have in the D standard library. I'll take up the task of updating phobos at a later time. https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/ AndreiVery nice! Is this materially faster than what is currently in Phobos (PR 4815)? That update was a substantial performance win by itself. --Jon
May 20 2017
On 05/20/2017 04:52 PM, Jon Degenhardt wrote:On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote:The code per the paper is faster for more data sets. For the NLP data you tested on, speed should be about the same. -- AndreiThe implementation is an improved version of what we now have in the D standard library. I'll take up the task of updating phobos at a later time. https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selectio _sea_2017_now_with/ AndreiVery nice! Is this materially faster than what is currently in Phobos (PR 4815)? That update was a substantial performance win by itself. --Jon
May 22 2017