You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -100,32 +100,32 @@ For now, benchmarked against [big.js](https://www.npmjs.com/package/big.js) and
100
100
* Test Machine:
101
101
* M1 2021 MacBook Air
102
102
* 16 GB Ram
103
-
* MacOS Monterey 13.0 (22A380)
104
-
* Update Date: November 19th 2022
103
+
* MacOS Sonoma 14.2.1
104
+
* Update Date: January 28th 2024
105
105
* Library versions used:
106
106
* big.js 6.2.1
107
-
* (this library) bigdecimal.js 1.3.0
107
+
* (this library) bigdecimal.js 1.3.1
108
108
* bigdecimal 0.6.1
109
-
* bignumber.js: 9.1.0
110
-
* decimal.js:10.4.2
109
+
* bignumber.js: 9.1.2
110
+
* decimal.js:10.4.3
111
111
112
112
* Each operation is run with fixed set of decimal numbers composed of both simple and complex numbers.
113
113
* Micro benchmark framework used is [benchmark](https://www.npmjs.com/package/benchmark). Check out [benchmarks folder](https://github.com/srknzl/bigdecimal.js/tree/main/benchmarks) for source code of benchmarks.
114
-
* For now, benchmarked the following operations, more operations will be added soon.
114
+
* For now, benchmarked the following operations, more operations will be added later.
0 commit comments