Levente Morva
Levente Morva
This would mostly be beneficial to avoid further (unnecessary heating) of the device. I have to wonder though; won't the OS automatically limit resources when the screen is off?
@arrmo There is an option in `Developer`, labeled `Stay awake` that allows you to keep the screen on while charging. Is that checked for you? It should prevent it from...
Any chance we can get away with wrapper enums for these types?
I've been using this branch for a while now, and so far, it works perfectly. It has saved me countless repeated lines so far, and I'm sure it will save...
@eeeebbbbrrrr Our use case is pretty simple; there are many kinds of entities we manage, all of them having very different properties with little overlap, but all of them need...
I would argue that Rust's philosophy on explicitness is one of the things that made it successful, and it's certainly one of the things I love about it most. ###...
@melanieimfeld One addition to automatic conflation from my part would be a way to define a separate bounding box for the model that is free to be larger or smaller...
Thank you for your response - I understand. I imagine the first step would be relying on a plugin interface and separate implementation packages instead of putting everything into a...
The README says this about the `dev3` branch (emphasis mine): > development branch for mimalloc v3-beta. This branch is downstream of `dev`. **This version simplifies the lock-free ownership of previous...
@pitrou In their previous comment, they mentioned that "Generally though with the reduced memory usage, v3.1.5+ is nowadays preferable."