David Marceau
David Marceau
I read and understand you want bstr to allow for more possibilities around bytes: -string of bytes conforming to utf-8 -string of bytes non-conforming to utf-8, but it's encoding is...
By the way, I can validate this crabz tool works on a very large number for files in a very large tgz 500+ GB.
You're also going to need to install a newer version of gcc unfortunately if you are using a newer nightly. https://linuxize.com/post/how-to-install-gcc-compiler-on-centos-7/ by doing so, it mitigates seeing this error when...
I would love to see this happen as well. I did attempt to build it and tweak the Cargo.toml with gtk4 and the latest versions of other packages, but the...
On 4/14/19 7:13 PM, acidnik wrote: > First, I dont think you will get any speedup from parallelization, more likely the speed would degrade, for example on HDD it means...
You are asking for a test case to reveal a parallel copy would outperform a sequential copy. You are also asking whether your tool would be a poor clone of...
I did read a bit more into the "CUDA C PROGRAMMING GUIDE PG-02829-001_v10.1 | August 2019". In theory, the emu vectors could contain any of these types: ```Type Alignment char1,...
> Wait, actually, sorting shouldn't be built in. It should be defined in some separate crate GPU-accelerated sorting. > > ```rust > let mut x = vec![0.0; 1000]; > //...
OK so I decided to take another approach and see if I could see the built android apk would run on armv7 android. Actually it does. Surprisingly the very same...
Within qt/internal/cmd/cmd.go, the function with signature: `func BuildEnv(target, name, depPath string) (map[string]string, []string, []string, string)` places android generates only armv7 binaries ``` case "android": tags = []string{target} ldFlags = []string{"-s",...