Re: [Discuss] Rust vs. C (was Re: Port Scanning)

2024-08-07 Thread markw
> On Wed, 7 Aug 2024 11:04:03 -0700 > Kent Borg wrote: > >> And...that was nicer to the cache, to the tune of being ~32% faster. > > I recognize that this is an aberration. That was the point, after all. > > Generally, though, I think my point about LLVM in general still stands. > What makes Rust

Re: [Discuss] Rust vs. C (was Re: Port Scanning)

2024-08-07 Thread Kent Borg
On 8/7/24 11:58, Rich Pieri wrote: What makes Rust interesting to me as an outside observer (I'm a sysadmin, not a programmer) is that Rust performance is competitive with C performance while producing much safer binaries. I think the thing I like best about Rust, in the time I have programmed