[D-runtime] [D-Programming-Language/druntime] 850eaa: Do not sort arrays of immutable elements, use a ca...
noreply at github.com
noreply at github.com
Tue Jul 12 06:24:47 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 850eaa6e06fc323ee8bd964f9c15be7ae1b02699
https://github.com/D-Programming-Language/druntime/commit/850eaa6e06fc323ee8bd964f9c15be7ae1b02699
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2011-07-12 (Tue, 12 Jul 2011)
Changed paths:
M src/rt/adi.d
Log Message:
-----------
Do not sort arrays of immutable elements, use a cast instead to prevent a performance penalty.
Commit: 54c5c78a60f1e6ee00fb53019eb3deaaed65ae39
https://github.com/D-Programming-Language/druntime/commit/54c5c78a60f1e6ee00fb53019eb3deaaed65ae39
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2011-07-12 (Tue, 12 Jul 2011)
Changed paths:
M src/rt/adi.d
Log Message:
-----------
Merge pull request #37 from yebblies/issue1339
Do not sort arrays of immutable elements
Compare: https://github.com/D-Programming-Language/druntime/compare/eb8246c...54c5c78
More information about the D-runtime
mailing list