[phobos] [D-Programming-Language/phobos] 541e59: 3x faster byLine implementation on OSX, probably f...
GitHub via phobos
phobos at puremagic.com
Mon Mar 23 08:08:38 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 541e593cdcf47f3703ecb7b6ca5c1b3b654aace4
https://github.com/D-Programming-Language/phobos/commit/541e593cdcf47f3703ecb7b6ca5c1b3b654aace4
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-03-22 (Sun, 22 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
3x faster byLine implementation on OSX, probably faster on Linux as well
Commit: b3dcb74504d71f3a16fc7d7980a163f6b1faa7c5
https://github.com/D-Programming-Language/phobos/commit/b3dcb74504d71f3a16fc7d7980a163f6b1faa7c5
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-03-22 (Sun, 22 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
Eliminating most calls to GC.sizeOf also shaves some extra 25%
Commit: d41f015c203d169bd9dd149d1fda5e121d8dc329
https://github.com/D-Programming-Language/phobos/commit/d41f015c203d169bd9dd149d1fda5e121d8dc329
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-03-22 (Sun, 22 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
FreeBSD also appears to have getdelim
Commit: 73b24264da888ddd281efa0cdbe8443d2d2908d0
https://github.com/D-Programming-Language/phobos/commit/73b24264da888ddd281efa0cdbe8443d2d2908d0
Author: Martin Nowak <code at dawg.eu>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
Merge pull request #3089 from andralex/byLine
3x faster byLine implementation on OSX, probably faster on Linux as well
Compare: https://github.com/D-Programming-Language/phobos/compare/ec62f933ab2b...73b24264da88
More information about the phobos
mailing list