Re: AI Challenge - Ants

2011-10-30 Thread Max Wolter
Ola. Well, my A* algorithm is already working very nicely - and imo there isn't any problem-specific optimization left to implement other than the data structures holding the nodes themselves. So the question is only whether it would pay off to switch to D* instead. Second, I'm aiming for

Re: Xinok Sort Update

2011-10-30 Thread Max Wolter
Hey there. Thanks for your good work. I decided to test your xinok sort in my implementation of the A* algorithm; since the list of open nodes will always be partially sorted, it should give better performance than the phobos sort. /Max On 10/30/2011 12:19 AM, Xinok wrote: On 10/29/2011

Re: Xinok Sort Update

2011-10-30 Thread Timon Gehr
On 10/30/2011 09:52 AM, Max Wolter wrote: Hey there. Thanks for your good work. I decided to test your xinok sort in my implementation of the A* algorithm; since the list of open nodes will always be partially sorted, it should give better performance than the phobos sort. /Max You might

Re: AI Challenge - Ants

2011-10-30 Thread Andrei Alexandrescu
On 10/30/11 3:43 AM, Max Wolter wrote: Ola. Well, my A* algorithm is already working very nicely - and imo there isn't any problem-specific optimization left to implement other than the data structures holding the nodes themselves. A* is fairly specific but if the implementation is generic

Re: dmd 1.071 and 2.056 release

2011-10-30 Thread Andrei Alexandrescu
On 10/27/11 5:16 AM, Vladimir Panteleev wrote: On Wed, 26 Oct 2011 21:34:35 +0300, Walter Bright newshou...@digitalmars.com wrote: 100 bugs fixed! I'm only saddened that my std.socket cleanup pull request[1] wasn't merged, despite being ready for merging for over a month of inactivity.

Re: dmd 1.071 and 2.056 release

2011-10-30 Thread Andrei Alexandrescu
On 10/26/11 4:25 PM, Jonathan M Davis wrote: On Wednesday, October 26, 2011 14:20 Nick Sabalausky wrote: http://www.d-programming-language.org/phobos/std_string.html Have the docs just not been updated yet, or did I do something wrong in the doc comments for my std.string changes? It's

Re: Xinok Sort Update

2011-10-30 Thread Xinok
On 10/29/2011 1:13 PM, Xinok wrote: I recently put some time into updating my implementation of xinok sort for D. Major changes include support for random-access ranges and custom predicates (ab). You can download the new version here:

std.regex wins with 11 votes

2011-10-30 Thread Jesse Phillips
I wish to congratulate Dmitry Olshansky for not only having his project selected for GSoC, but inclusion into Phobos. Absolutely no one had objection to this proposal and it received 11 yes votes, myself included. Dmitry, please merge in the latest master branch and submit a pull request so