Gillespie algorithm

2019-02-05 Thread Alex via Digitalmars-d-announce
Doing some physical simulations I could abstract the Gillespie algorithm, see https://code.dlang.org/packages/gillespied which may be useful. The number of algorithms able to model physical (continuous) time during an ongoing (reaction) process is rather limited. The announced algorithm is

intel-intrinsics v1.0.0

2019-02-05 Thread Guillaume Piolat via Digitalmars-d-announce
"intel-intrinsics" is a DUB package for people interested in x86 performance that want neither to write assembly, nor a LDC-specific snippet... and still have fastest possible code. Available through DUB: http://code.dlang.org/packages/intel-intrinsics *** Features of v1.1.0: - All

Re: Beta 2.084.1

2019-02-05 Thread Seb via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 17:41:50 UTC, Johan Engelen wrote: On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.1 point release, Any chance of getting this in? https://github.com/dlang/phobos/pull/6814 ->

Re: intel-intrinsics v1.0.0

2019-02-05 Thread Simen Kjærås via Digitalmars-d-announce
On Wednesday, 6 February 2019 at 01:05:29 UTC, Guillaume Piolat wrote: "intel-intrinsics" is a DUB package for people interested in x86 performance that want neither to write assembly, nor a LDC-specific snippet... and still have fastest possible code. Neat. Question: On Github it's stated

Re: Beta 2.084.1

2019-02-05 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at

Re: Issues Donating or Registering for DConf via Flipcause

2019-02-05 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 29 January 2019 at 02:29:08 UTC, Mike Parker wrote: Flipcause released a major upgrade to their platform last week that unified several different components (donations, events, online stores, etc) into a single system they call Universal Checkout. [...] No chance... I updated

Re: Issues Donating or Registering for DConf via Flipcause

2019-02-05 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 11:17:01 UTC, Martin Tschierschke wrote: Flipcause has been a better usage experience before. Sure I can give my 25 bucks via Paypal, but this is not the idea behind, isn't it? Go ahead and go through PayPal if Flipcause doesn't work for you. They're

a van Emde Boas tree

2019-02-05 Thread Alex via Digitalmars-d-announce
Hi all, my van Emde Boas tree finally reached an announceable state, at version 0.12.0. It operates on a closed universe, defined on construction. After that, the tree operates on unique key up to a certain capacity, which is at least as large as the universe size. All operations including

Re: a van Emde Boas tree

2019-02-05 Thread Craig Dillabaugh via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: Hi all, my van Emde Boas tree finally reached an announceable state, at version 0.12.0. clip All tickets are welcome of course and will be managed in my spare time. Link?

Re: a van Emde Boas tree

2019-02-05 Thread Dejan Lekic via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: Hi all, my van Emde Boas tree finally reached an announceable state, at version 0.12.0. vEB tree is an interesting data structure. Where is the implementation? - You did not provide any links...

Re: a van Emde Boas tree

2019-02-05 Thread Petar via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 15:47:30 UTC, Dejan Lekic wrote: On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: Hi all, my van Emde Boas tree finally reached an announceable state, at version 0.12.0. vEB tree is an interesting data structure. Where is the implementation? - You did

Re: a van Emde Boas tree

2019-02-05 Thread Martin Drašar via Digitalmars-d-announce
Dne 5.2.2019 v 16:47 Dejan Lekic via Digitalmars-d-announce napsal(a): > On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: >> Hi all, >> my van Emde Boas tree finally reached an announceable state, at >> version 0.12.0. > > vEB tree is an interesting data structure. Where is the

Re: Beta 2.084.1

2019-02-05 Thread Johan Engelen via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.1 point release, Any chance of getting this in? https://github.com/dlang/phobos/pull/6814 Phobos std.file has become unusable after 2.082 because of [1] leading to memory

Re: a van Emde Boas tree

2019-02-05 Thread Alex via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 16:04:03 UTC, Petar Kirov [ZombineDev] wrote: On Tuesday, 5 February 2019 at 15:47:30 UTC, Dejan Lekic wrote: On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: Hi all, my van Emde Boas tree finally reached an announceable state, at version 0.12.0. vEB