Brick\Math v0.8.7 Release Notes

Release Date: 2019-04-20 // about 5 years ago
  • Improvements

    • Safer conversion from float when using custom locales
    • Much faster NativeCalculator implementation ๐Ÿš€

    ๐ŸŽ You can expect at least a 3x performance improvement for common arithmetic operations when using the library on systems without GMP or BCMath; it gets exponentially faster on multiplications with a high number of digits. This is due to calculations now being performed on whole blocks of digits (the block size depending on the platform, 32-bit or 64-bit) instead of digit-by-digit as before.