And it seems it is faster with GC. So removing VibeManualMemoryManagement
helped in some cases too.

On Thu, Sep 21, 2017 at 3:43 PM, Daniel Kozak <[email protected]> wrote:

> BTW: I have changed dub.json a little too:
>
> {
>     "name": "vibedtest",
>     "targetName": "vibedtest",
>     "targetType": "executable",
>     "targetPath": "bin",
>     "dependencies": {
>         "vibe-d": "~>0.8.2-alpha.1"
>     },
>     "subConfigurations": {"vibe-d": "libevent"},
>     "versions": [
>         "VibeManualMemoryManagement"
>     ],
>     "buildTypes": {
>         "release": { "buildOptions": ["releaseMode", "optimize", "inline"],
>                      "dflags-posix-ldc": ["-flto=thin",
> "-Xcc=-fuse-ld=gold"] }
>     }
> }
>
> On Thu, Sep 21, 2017 at 3:32 PM, Vadim Lopatin via Digitalmars-d <
> [email protected]> wrote:
>
>> On Thursday, 21 September 2017 at 13:09:33 UTC, Daniel Kozak wrote:
>>
>>> wrong version, this is my letest version: https://paste.ofcode.org/qWsQi
>>> kdhKiAywgBpKwANFR
>>>
>>
>> Thank you!
>> Updated.
>>
>
>

Reply via email to