Hippolyte Barraud
Hippolyte Barraud
@tibel I experiended those errors using Xamarin.Forms when creating multiple instances of the same ContentPage (including a PlotView) with different data. Xamarin.Forms does a great job in reusing existing UIViewController...
Please squash your commits to discard the spurious additions/deletions to the patch. It seems the only modifications you made was to declare return variables for various function calls. Seems to...
The fix looks good, but your new unit test is failing in CI. I'll try to find some time to reproduce locally to see what's going on. This new test...
https://people.redhat.com/msnitzer/docs/io-limits.txt documents how `sysfs` exports alignement information. However alignment exist per-disk (and according to the previous link, per partition as well). How should scipio deal with this? This actually looks...
Potential implementation in #29
**Note that this PR breaks two Glommio unit tests**. I removed them. These unit tests weren't testing for correctness but were testing the order in which the reactor was running...
> First, please validate my understanding: what you are proposing we do here is prioritize explicit wakes within the same task queue by essentially allowing temporary reordering of those tasks...
This PR significantly improve performance for code that uses the problematic pattern and doesn't change performance otherwise. Here is the full benchmark suite: Before ``` cost to spawn an executor...
Hum this is a bit sad given the kernel guarantees the CQE is initialized if the syscall doesn't return an error code. This code is rather hot so I wonder...
I think the better way to achieve this would be to use a `DmaFile` instead. Once you are done writing the file, you can create an `ImmutableFile` based on it....