Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Clippy lints. | Andreas Grois | 2022-11-04 | 2 | -12/+12 |
* | Some clippy lints. | Andreas Grois | 2022-11-04 | 1 | -32/+37 |
* | Test that compare iterative conversion with div. | Andreas Grois | 2022-11-03 | 1 | -1/+52 |
* | Base Conv: Combine shifting and padding. | Andreas Grois | 2022-10-27 | 1 | -19/+62 |
* | Minor: Remove an unnecessary clone. | Andreas Grois | 2022-10-26 | 1 | -1/+1 |
* | Minor, remove a pointless type conversion. | Andreas Grois | 2022-10-26 | 1 | -3/+3 |
* | Use MulAssign in BaseConversion. | Andreas Grois | 2022-10-26 | 1 | -2/+32 |
* | Merge branch 'main' into feature/heap-allocation-free-base-conversion | Andreas Grois | 2022-10-24 | 1 | -1/+1 |
* | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 3 | -7/+87 |
* | Rename "potency" to "power", the English term. | Andreas Grois | 2022-10-23 | 2 | -33/+33 |
* | Precompute power+exponent for iterative conversion | Andreas Grois | 2022-10-23 | 2 | -0/+1000 |