1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 16:50:59 +00:00
serenity/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