Jonathan Johnson
Jonathan Johnson
From my investigation, `sync_file_range` is not enough for durable writes on any filesystem. The man page has this caveat: > This system call does not flush disk write caches and...
I should also point out that for me, this is not a major issue, but it does seem like a bug. I personally want Vsync, so this is not actually...
It isn't currently possible, sadly, without implementing your own custom Pipeline. I discovered that as well recently. Luckily, it's actually a pretty straightforward add, and I'm happy to undertake it....
I started trying to do this change, and the suggestion I had really isn't good at all. I would actually propose a different approach, but I haven't come up with...
I've published [rgx-lyon](https://crates.io/crates/rgx-lyon), @frewsxcv, and in the [examples folder](https://github.com/khonsulabs/rgx-lyon/tree/main/examples) there's an example using lyon's Path to render a triangle. I'm new to publishing, so if you have any feedback at...
Thank you for the kind words about BonsaiDb! I'm not sure what "internal branch support for a struct" would refer to. Could you help provide a little more context or...
I honestly had never considered that possibility. I'm not sure if it's something that could be in the scope of this project, but if anyone has ideas on ways to...
Thank you for the comment, @pauleveritt! I'm definitely going to be tackling this, but I don't quite know what it will look like yet. I actually have opened this issue...
As I've never implemented something like this before, I would love any ideas on approaches. I have a vague approach in mind, but I haven't dedicated too much deep thought...
Thank you for the follow up. The shared memory part is something I'm not sure I have any interest in exploring -- it's just so far from the use cases...