Timothy Herchen
Timothy Herchen
The code currently uses the abstract equality operator `==`, meaning that a stringified version of the isOdd function will incorrectly return true. Example: ```js const isOdd = require('is-odd'); const isIsOdd...
Hi, I was wondering if a faster algorithm for bigint multiplication could be used for large bigints. The Karatsuba algorithm is relatively simple, so it wouldn't increase the code size...
Hi, I was wondering if a faster algorithm for bigint multiplication could be used for large bigints. The Karatsuba algorithm is relatively simple, so it wouldn't increase the code size...
As usual... non-functional speedup. [Failed yellow on Fishtest](https://tests.stockfishchess.org/tests/live_elo/69086abfea4b268f1fac2809): ``` LLR: -2.95 (-2.94,2.94) Total: 219616 W: 57165 L: 57105 D: 105346 Ptnml(0-2): 732, 24277, 59720, 24357, 722 ``` vondele and I...
Maybe interesting to you ``` An explanation of the input/output parameters follows: T/V : Wall time / encoded variant. N : The order of the coefficient matrix A. NB :...