Lars Kroll
Lars Kroll
> The file given as first argument also needs to be without the path. As for other folders, maybe just specify the option more than once for all the folders...
I...don't see how to control that. Changing the iteration order on the `render` call makes no difference. I also tried with two separate `render` calls. Still makes no difference. The...
> You basically have to control the z-component. This is the easiest solution. Check out this example: [https://github.com/asny/three-d/blob/maste](https://github.com/asny/three-d/blob/master/examples/instanced_draw_order/src/main.rs) Aha, that is what I thought. I didn't realise the example applied,...
Of course I can. That's what I'm doing now. I just thought it might help the next person not having to spend a lot of time researching if there were...
@rkuhn I mean, if you are looking for a very minimalist model that gives you nice typing guarantees and a kind of channel-focused few, I think [Reactors](https://dl.acm.org/doi/abs/10.1145/2814228.2814245?casa_token=FxGW-pblfqEAAAAA:qr1Fqhj596r_XKLEtvpagUR2ct71ccfpZoV__5jWGFoFQ1AOO4G4QpYArEbNo37f7P8GoY6qi7Dq) are still a...
> A component is an effectively single-threaded piece of logic that has an array of communication primitives at its disposal. What I am missing in that model is the ability...
I just tried with sbteclipse 5.2.4 (which I think includes that commit) and the issue still persists.
Check https://crates.io/crates/hwloc to get topology information
C&P from Slack for reference: >lkroll 14:52 Alright, I’ve been looking into the NUMA aware workstealing and it’s a bit tricky. The only way I found to get some sensible...