Teal Dulcet
Teal Dulcet
> has a good overview for fast factoring of relatively small numbers in Rust Yes, that looks like a good resource, although note that his example code is in C++...
> This C++ library allegedly has better performance than GNU factor Since it has now been almost 3 years, I thought I should update the benchmarks from https://github.com/uutils/coreutils/issues/1456#issuecomment-721688400 and include...
> Nice investigation. How did you compile the rust coreutils ? Thanks. This is the main command I used: `make PROFILE=release`. The [full list of commands](https://github.com/tdulcet/Numbers-Tool#build-uutils-coreutils) are on the README...
I complied GNU coreutils with the default GCC and uutils of course with the default rustc/LLVM. I suppose I could compile GNU coreutils with Clang/LLVM as well, but I figured...
> GNU factor supports numbers up to 2127 - 1 if compiled without the [GNU Multiple Precision](https://en.wikipedia.org/wiki/GNU_Multiple_Precision_Arithmetic_Library) (GMP) library or arbitrary-precision numbers if compiled with it. As of GNU Coreutils...
Note that your example is using the Bash built-in `printf`, which produces different output then GNU `printf` in this case: ``` $ printf '%.*d\n' 2147483648 0 -bash: printf: warning: 0:...
It is not listed on the Chrome Web Store, as they [no longer](https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/) accept Manifest V2 extensions and we are not planning to upgrade to Manifest V3 until if/when it...
This is probably a duplicate of #54 then, as I already added Chrome/Chromium support in #127. At the time MV2 was still supported, but that is of course no longer...
> In my case I could report this as a bug to Firefox, since I already entered a keyword (for a search engine). Yeah, I would agree that this is...
You could do this automatically in Thunderbird with my [FileLink provider for Send](https://addons.thunderbird.net/thunderbird/addon/filelink-provider-for-send/) add-on, but this of course does not work in the terminal. To send the link from the...