February 28, 2014 [phobos] [D-Programming-Language/phobos] 330d95: Speed up trie construction by factor of ~3. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 330d9528a600f681362bc9142932d6e3c0a04e8f https://github.com/D-Programming-Language/phobos/commit/330d9528a600f681362bc9142932d6e3c0a04e8f Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M std/uni.d Log Message: ----------- Speed up trie construction by factor of ~3. Take advantage of word-at-once checking for slices of bit-packed arrays in the trie. Commit: 9e2c3f1f05b02fb22ca44bf634ad95518281fb1a https://github.com/D-Programming-Language/phobos/commit/9e2c3f1f05b02fb22ca44bf634ad95518281fb1a Author: Daniel Murphy <yebblies@gmail.com> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #1969 from blackwhale/faster-trie-build std.uni - speed up Trie construction by factor of ~3 Compare: https://github.com/D-Programming-Language/phobos/compare/63f36a12cf92...9e2c3f1f05b0 |
Copyright © 1999-2021 by the D Language Foundation