April 04, 2014 [phobos] [D-Programming-Language/phobos] e33cfd: Use plain uint array for InversionList | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e33cfdb04f32310e062bb55733f79a3249f896e3 https://github.com/D-Programming-Language/phobos/commit/e33cfdb04f32310e062bb55733f79a3249f896e3 Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2014-04-03 (Thu, 03 Apr 2014) Changed paths: M std/uni.d Log Message: ----------- Use plain uint array for InversionList Storage for static data was long since compressed so it no longer plays a role at compile-time. Memory requirements at run-time are modest anyway. Commit: 4235a4295b8c5d5c7e5b85dcae818930241ad856 https://github.com/D-Programming-Language/phobos/commit/4235a4295b8c5d5c7e5b85dcae818930241ad856 Author: monarch dodra <monarchdodra@gmail.com> Date: 2014-04-04 (Fri, 04 Apr 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2063 from blackwhale/faster-sets Use plain uint array for InversionList (std.uni) Compare: https://github.com/D-Programming-Language/phobos/compare/f8288c7ea321...4235a4295b8c |
Copyright © 1999-2021 by the D Language Foundation