Skip to content

Commit

Permalink
Improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Nov 27, 2024
1 parent 4cd219f commit 74e2146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gtest_multiple_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install GTest
run: sudo apt-get install libgtest-dev
run: sudo apt-get -qq install libgtest-dev

- name: Set reusable strings
id: strings
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ cout << Aeu<256>::powm(base.precisionCast<256>(), // Fine
> \***Overflowed\*** 201007033690655614485250957754150944769
## Issues
Library is relatively slow in compare to other multiple precision libraries
Library is relatively slow in comparison to popular CPU-directional multiple precision libraries:


![Execution Time Graph](https://dub.sh/jNgf79u?1)
![Execution Time Graph](https://dub.sh/jNgf79u?2)

0 comments on commit 74e2146

Please sign in to comment.