Tommaso Fontana
Tommaso Fontana
Hi! I've added my implementation of `Atomic` and `IntoAtomic`, I use them really often and they are quite similar to your traits so I think that they might be a...
Hi there, I'm one of the authors of [grape](https://github.com/AnacletoLAB/grape). I'm trying to make it available on conda, this is the basic recipe. Our library depends on [ensmallen](https://github.com/AnacletoLAB/ensmallen) which is highly...
Results on my Ruzen 3900x [output.csv](https://github.com/nviennot/core-to-core-latency/files/9797997/output.csv) ``` processor : 0 vendor_id : AuthenticAMD cpu family : 23 model : 113 model name : AMD Ryzen 9 3900X 12-Core Processor stepping...
Nix doesn't have /bin/bash so orchestra doesn't work
Currently, the CLI tools and PermutedGraph assume that the permutation is bijective but they never check it. We should add a check by default with the possibility to opt-out.
This PR ports the `apply_inplace` function from PR #36. While this is no new functionality, it's, on average 4 times faster than the naive implementation, as seen in the benchmark...