Results 553 comments of piegames

In the meantime waiting for an implementation, how about a CLI switch that at least force paints a dark background? My screen looks like @vonshednob's and it's totally unusable.

Oh yes, *way* better. Would you mind checking the option by default when updating (or at least for new users)? And what about the icons? I'm willing to help out...

No, changing `const` to `static` did not improve things. I also tried some (increasingly desperate) macro contortions in the attempt to make codegen behave. None worked, everything is still copied...

The only way I could find to force the desired behavior is by making the array index a runtime operation (i.e. changing the macro into an `#[inline(never)]` function). This makes...

Okay thank you. This is very likely not fixed in a new compiler release since I'm on a fairly recent nightly build. But I'll additionally try to reproduce+minimize in Godbolt.

I found out that `unsafe {core::ptr::read_volatile(&crate::consts::K32X4[$i] as *const _)}` resolves the stack usage issue while keeping the performance mostly the same on my testing setup (I see a marginal improvement...

@SystemOverlord There are a bunch of keystores, keyrings and password safes out there. The possibility to use one of them instead of storing them in plain text would be awesome....

I think the intuition breaks when one of the sides is behind a public IP address and the other not (for example, when sending data from/to a server). There are...