diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-04-29 22:35:54 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-02 12:24:10 +0200 |
commit | c9321b4f009a4e8a143d55e30ba5e0a4718785ff (patch) | |
tree | fe4346928ae081feb4650b356b998646f9b0a3bd /.travis.yml | |
parent | 4d932ce701936b9f01032cb79bacfce2ecac9698 (diff) | |
download | serenity-c9321b4f009a4e8a143d55e30ba5e0a4718785ff.zip |
LibCrypto: Make UnsignedBigInteger as fast as architecturally possible
This commit attempts to make UnsignedBigInteger as fast as possible
without changing the underlaying architecture.
This effort involves
- Preallocating space for vector operations
- Avoiding calls to computationally expensive functions
- Inlining or flattening functions (sensibly)
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions