Earlier quoted context omitted.
OpenBSD is not a fast system.
It used to be very slow ( or for some people fast enough ). But I wonder if that is still the case in 2023. This reminded me nagging phoronix to do another BSD reviews.
OpenBSD on Zenbleed
61–64 of 64 posts
Re: OpenBSD on Zenbleed
#62Re: OpenBSD on Zenbleed
#63Earlier quoted context omitted.
> That OpenBSD just never got around to implementing AVX more thoroughly? Realistically that probably the right answer, they didn't have the developers nor did they priorities going in and just retro-actively fitting AVX in everywhere where it could potentially help with speed. The "smart choice" deliberately or not, is to not just jump onto everything new but adopt new features at a slower pace. My reaction was towa…
FWIW, my original post was mainly fueled by the fact that AVX was announced in 2008 and in both Intel & AMD chips by 2011. So it’s not like AVX is a “new” development. It’s 12-years old. (Not directing these comments at you. Just trying to expanded upon what drove my original post) https://en.m.wikipedia.org/wiki/Advanced_Vector_Extensions
Re: OpenBSD on Zenbleed
#64Earlier quoted context omitted.
I am a Rust guy, sorry.
Then you know Performance and Safety are not mutually exclusive.
The compilation performance of Rust is also unsatisfying too with right even though it got the package manager right. I remember sitting 15 minutes to build my first ESP32 RISC-V firmware in Rust and still have to wait 2 to 3 minutes for consecutive debug builds. All of that on a Ryzen 3700X, maybe machine issue idk.