Douman
Douman
Yes, I refactored my wrapper to use dialer/listeners in the end! Nevertheless it is good that it is fixed and no longer crashes
P.s. Additional work might be needed to have both s3 and gcp registered as default stores
This is actually a bit more complicated since right now hardware specific functions are bound to compile time feature detection I guess there is no issue to add it, but...
There is a bit more to AVX-512 than just lack of stable support Intel seems to be reluctant to let users use it on newest processors so I'm not even...
Recently AVX512 has been stabilized properly so I will rebase your PR and clean it up for use with stable Rust in near future
@fede1024 Do you plan to make any release soon?
@arckoor This is user responsibility to install provider he wants use, if he doesn't want to install any, then user is fine with any. I suggest AWS-LC because it has...
@Keats The problem is that feature can be enabled by your dependency, it can be alleviated by having NOOP backend so that library could encourage others not to enable features...
Hm, that doesn't look good What is your machine? Can you also compare it when running with AVX2 enabled by setting env variable: `RUSTFLAGS=-Ctarget-feature=+avx2`
@parthpatel It just occurred to me, if you use optimization then compiler can disregard twox computation at the end as it no longer requires variable `a` Just to be sure...