Renato Athaydes' Personal Website. Computer Science, programming and all that stuff. (more…)
Read more »
With SixtyFPS, we are creating a GUI toolkit. We chose
Rust as the implementation language for our runtime library, and we want to make the same library usable from different
programming languages. We believe programmers in all languages need... (more…)
Read more »
Code: https://github.com/contextfreecode/safety0:00 Intro0:27 == C++ (cpp) ==1:30 Returning expired memory3:09 Pointers and values4:02 Analyzing memory error... (more…)
Read more »
Always look at the source code.
These are only the fastest programs. Do some of them use manually vectorized SIMD? Look at the other programs. They may seem more-like a fair comparison to you.
(more…)
Read more »
I’ve been attempting to improve my Rust skills with a side project. It’s one thing to attend conferences and read books and build hello… (more…)
Read more »