Groups | Search | Server Info | Login | Register
Groups > alt.comp.lang.rust > #102
| From | r4dnRd <r4dnRd@usenet_reborn.tui> |
|---|---|
| Newsgroups | alt.comp.lang.rust, comp.programming |
| Subject | Re: Re: SIMD programming in pure rust |
| Date | 2026-03-06 17:39 +0000 |
| Organization | Hispagatos.org |
| Message-ID | <10of3fp$3eluv$1@matrix.hispagatos.org> (permalink) |
| References | <10jp16f$1elvi$1@dont-email.me> |
Cross-posted to 2 groups.
> [in reply to r4dnRd <r4dnRd@usenet_reborn.tui>] > On 07/01/2026 21:48, r4dnRd wrote: > >> [in reply to r4dnRd <r4dnRd@usenet_reborn.tui>] > > > >> I came across this article, this is a guy I know from some hacker events in Germany like CCC Congress etc > >> This is a way for CPU's to handle low level programming with out having to translate to ASM etc... or so I think. > >> > >> Introduction to SIMD programming in pure Rust > >> > >> https://kerkour.com/introduction-rust-simd > > > > Thank you for this article, it is very useful as every article Silvain writes. > > > > [...] > > > > To access these CPU features in other languages like C you may need to write > > assembly and as usual rust saves you from that. > > The mid-level C programmer just finds a suitable library. > Rust's approach on the other hand is a nice example of a > monolithic architecture and the feature bloat, which are > rather the typical outcome of the most common incompetence. > > Julio > LOL The "better than you" rhetoric. Sometimes people just write a piece of software to prove themselves there was some ammount of understanding, to learn how things work or for the simple pleasure of exploration. It is not always i write good code for living or make it useful to someone else, nobody was born taught or just sit and write their own network stack themselves ready for production in one night (unless you have done it regularly). The library is not to prove competence, is a document of exploration something useful might come after that. Obviously it might not be useful to build something with it but it is just a document you write when exploring something. I guess there is people who was born taught and competent :D -- r4dnRd Nevermind i he might be coding all night...
Back to alt.comp.lang.rust | Previous | Next — Previous in thread | Next in thread | Find similar
SIMD programming in pure rust ReK2 Hispagatos <rek2@usenet_reborn.tui> - 2026-01-07 17:14 +0000
Re: SIMD programming in pure rust r4dnRd <r4dnRd@usenet_reborn.tui> - 2026-01-07 20:48 +0000
Re: SIMD programming in pure rust Julio Di Egidio <julio@diegidio.name> - 2026-01-08 20:39 +0100
Re: Re: SIMD programming in pure rust r4dnRd <r4dnRd@usenet_reborn.tui> - 2026-03-06 17:39 +0000
Re: SIMD programming in pure rust Julio Di Egidio <julio@diegidio.name> - 2026-03-06 19:38 +0100
csiph-web