ladybird/Libraries/LibCrypto/BigInt
AnotherTest c9321b4f00 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)
2020-05-02 12:24:10 +02:00
..
UnsignedBigInteger.cpp LibCrypto: Make UnsignedBigInteger as fast as architecturally possible 2020-05-02 12:24:10 +02:00
UnsignedBigInteger.h LibCrypto: Make UnsignedBigInteger as fast as architecturally possible 2020-05-02 12:24:10 +02:00