Folkert de Vries

Results 111 comments of Folkert de Vries

yes I think this is unrelated (race condition that has proved tricky to track down). Thanks for the investigation, but yea not sure what to take away from this. Do...

it seems plausible to me that `hashbrown` makes allocations, but bumpalo is somehow not aware and then resizes into space that it thinks is free, but is actually allocated by...

I believe #43 fixes this issue

I suspect that this has now been fixed? I did need to run a `cargo install cargo-fuzz` to update my installation to get the fix

yes, rayon is definitely part of my plan (although... it makes things so simple, all my examples are just map-reduce :) ) Mara's book is truly excellent. I do struggle...

is `struct curl_easy` the right place for the executor then? it is most efficient to only create the executor once, and then reuse it for any request that curl makes...

I just added `permd` in https://github.com/rust-lang/rustc_codegen_cranelift/pull/1491 (cc @svix-jplatte) that PR is also a good template for if someone wants to add other avx2 intrinsics. Cranelift does not support values that...

The thing is that you need an up to date version of both the addon (this repo or current blender addons repo, both are the same file) and a recent...

I don't have this installed right now to try. Does it not work anymore?

I don't think I'll be able to do that. It was always tricky, because when you have an edge with two different materials on its two faces, which one should...