- Lost in the World Wide Web (help)
- https://schrottkatze.de
- Joined on
2023-05-03
They are indeed not what this PR introduces, those will not be in the PR once it's complete. this is basically just a working copy/scratchpad state for now, and i'll be purging it once the actual…
- worse debuggability
i have an idea what one could do for that, I'll be implementing that soon-ish when i have the energy
- when writing fn runner() as opposed to a direct fn eval(&Inputs…
The intention is to perfect the api beforehand, and tbh, you'll be the only other person reviewing stuff anyway. And wdym "editing them easily", tbh i find editing text in my editor much, much…
As I've just realized because I was trying to implement ToOwned
/AsRef
, it isn't even necessary to have a seperate DataRef
, so i removed that entirely and... who would've thought, it's much…
Unless I misunderstood rusts dyn
, this avoids the overhead of dynamic dispatch by saving static function pointers, which can just be called on the fly
this is heavily WIP, remember, these are experiments. There will not be a seperate PR until this is not only out of experimental state, but a functioning image processing library that has all…