[hackathon] FreeTree is FreeList on autotune

2015-05-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
I'm just done implementing a pretty cool allocator: FreeTree. https://github.com/andralex/phobos/blob/allocator/std/experimental/allocator/free_tree.d http://erdani.com/d/phobos-prerelease/std_experimental_allocator_free_tree.html It's similar to the classic free list allocator but instead of

Re: [hackathon] FreeTree is FreeList on autotune

2015-05-02 Thread Meta via Digitalmars-d-announce
On Saturday, 2 May 2015 at 06:28:01 UTC, Andrei Alexandrescu wrote: I'm just done implementing a pretty cool allocator: FreeTree. https://github.com/andralex/phobos/blob/allocator/std/experimental/allocator/free_tree.d

Re: [hackathon] FreeTree is FreeList on autotune

2015-05-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/2/15 4:11 AM, Meta wrote: I forget what the rules are for allocators exactly, but isn't something only an allocator if it defines allocate, deallocate, owns, etc.? It just seems weird that you mentioned something that I thought was implicit. All members except alignment and allocate are

DTiled: Tiled map loader

2015-05-02 Thread rcorre via Digitalmars-d-announce
Any D game developers out there looking to create a tile-based game? DTiled aims to provide a quick and easy way to load maps created with Tiled (http://www.mapeditor.org). For those that don't know, Tiled is an open-source 2D tilemap editor that is a great tool for indie developers. At the

Re: DTiled: Tiled map loader

2015-05-02 Thread rcorre via Digitalmars-d-announce
hmm ... apparently copy-pasting out of a vim buffer was not a good idea. Sorry about the weird line breaks.

Re: DTiled: Tiled map loader

2015-05-02 Thread Namespace via Digitalmars-d-announce
On Saturday, 2 May 2015 at 19:17:51 UTC, rcorre wrote: hmm ... apparently copy-pasting out of a vim buffer was not a good idea. Sorry about the weird line breaks. Nice that you named Dgame on your repo. ;) As soon as it supports XML and CSV I would definitely use it. For my April/Mai game

The hackathon week roundup

2015-05-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
The hackathon week (Apr 25 - May 1) saw 70 PRs created (compare to 68 created Apr 18 through 24). Not much difference in terms of new work, but the PRs closed during the same two periods (75 vs 53) reflect a good bump in the reviewing activity. Another related data point: 143 PRs were updated

Re: The hackathon week roundup

2015-05-02 Thread weaselcat via Digitalmars-d-announce
On Saturday, 2 May 2015 at 23:02:05 UTC, Andrei Alexandrescu wrote: * WIP: Unique https://github.com/D-Programming-Language/phobos/pull/3225 and RefCounted (can't seem to find the PR - where is it?) already got pulled https://github.com/D-Programming-Language/phobos/pull/3171 Worth adding:

Re: The hackathon week roundup

2015-05-02 Thread Ilya Yaroshenko via Digitalmars-d-announce
* Tutorial: http://d.readthedocs.org (btw should we link that from the homepage?) May I transfer the repositories (both GitHub and RTD) to the D-Programming-Language community?

Re: Quick Start with D: few examples and set of links.

2015-05-02 Thread rom via Digitalmars-d-announce
Congratulations on that web site : trendy stripped down and efficient style, greatly instructive and easy to read for the new comers. That's what i think the D language misses the most, if i may. Rom On Friday, 1 May 2015 at 08:18:10 UTC, Ilya Yaroshenko wrote: http://d.readthedocs.org I

Re: The hackathon week roundup

2015-05-02 Thread Mike via Digitalmars-d-announce
On Saturday, 2 May 2015 at 23:02:05 UTC, Andrei Alexandrescu wrote: I'm looking into ways to make this more interactive (google hangouts?) and more fun (contests? prizes? etc). Chime in! My idea: 1. Members of the D leadership/committers form a working group. 2. The working group creates of

Re: The hackathon week roundup

2015-05-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/2/15 4:50 PM, Ilya Yaroshenko wrote: * Tutorial: http://d.readthedocs.org (btw should we link that from the homepage?) May I transfer the repositories (both GitHub and RTD) to the D-Programming-Language community? That'd be a fine idea. Thoughts from Walter, Martin et al? -- Andrei

Re: The hackathon week roundup

2015-05-02 Thread Walter Bright via Digitalmars-d-announce
On 5/2/2015 5:12 PM, Andrei Alexandrescu wrote: On 5/2/15 4:50 PM, Ilya Yaroshenko wrote: * Tutorial: http://d.readthedocs.org (btw should we link that from the homepage?) May I transfer the repositories (both GitHub and RTD) to the D-Programming-Language community? That'd be a fine idea.

Re: The hackathon week roundup

2015-05-02 Thread Rikki Cattermole via Digitalmars-d-announce
On 3/05/2015 1:27 p.m., Walter Bright wrote: On 5/2/2015 5:12 PM, Andrei Alexandrescu wrote: On 5/2/15 4:50 PM, Ilya Yaroshenko wrote: * Tutorial: http://d.readthedocs.org (btw should we link that from the homepage?) May I transfer the repositories (both GitHub and RTD) to the

Re: The hackathon week roundup

2015-05-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/2/15 6:27 PM, Walter Bright wrote: On 5/2/2015 5:12 PM, Andrei Alexandrescu wrote: On 5/2/15 4:50 PM, Ilya Yaroshenko wrote: * Tutorial: http://d.readthedocs.org (btw should we link that from the homepage?) May I transfer the repositories (both GitHub and RTD) to the