Tag: rust

Exploring Rust Compiler Options: GCC vs. LLVM

Exploring Rust compiler options: GCC vs. LLVM

Dev

We explore the evolving landscape of Rust compilation, focusing on two native compiler projects: LLVM and GCC.

Agustinus Theodorus
Nov 15, 2023 ⋅ 6 min read
Using Dioxus With Rust To Build Performant, React Like Single Page Applications

Using Dioxus with Rust to build performant single-page apps

Dev

Dioxus, a Rust library, allows you to build cross-platform UI components. It works like a hybrid of React with the safety and speed of Rust.

Eze Sunday
Nov 10, 2023 ⋅ 10 min read
Rust Vs. Haskell: A Performance Comparison

Rust vs. Haskell: A performance comparison

Dev

This analysis of Haskell and Rust focuses on performance parameters like memory safety, concurrency, type safety, and variable immutability.

Frank Joseph
Oct 18, 2023 ⋅ 5 min read
Five Automatic Verification Tools For Rust And When To Use Each

5 automatic verification tools for Rust and when to use each

Dev

Let’s discuss five of the top Rust automatic verification tools and how they can help you build more reliable software.

Eze Sunday
Oct 10, 2023 ⋅ 8 min read
Writing Rust Bindings for Node.js With Neon

Writing Rust bindings for Node.js with Neon

Neon allows you to bring Rust’s benefits into your Node.js project, such as its speed, efficiency, ecosystem, and more.

Oduah Chigozie
Sep 13, 2023 ⋅ 5 min read
Using Kani To Write And Validate Rust Code With Chatgpt

Using Kani to write and validate Rust code with ChatGPT

Dev

Kani is a Rust automated reasoning verification tool you can use to verify code written using AI code generators like ChatGPT.

Eze Sunday
Aug 28, 2023 ⋅ 7 min read
Comparing Rust Vs Zig Performance, Safety, And More

Comparing Rust vs. Zig: Performance, safety, and more

Dev

Rust and Zig both promote efficient, performant code, but run on entirely different concepts and philosophies. Let’s see how they compare.

Oduah Chigozie
Aug 23, 2023 ⋅ 8 min read
Using Rust Generic Associated Types To Improve Code And Application Performance

Using Rust GATs to improve code and application performance

Dev

Generic associated types in Rust can help us address some of the language’s limitations and improve performance.

Ukeje Goodness
Aug 22, 2023 ⋅ 5 min read
Using Krustlet Rust Projects

How to use Krustlet for your Rust projects

Dev

We demonstrate how to set up Krustlet and configure it to work with a Kubernetes cluster to run WebAssembly workloads.

Ikeh Akinyemi
Aug 8, 2023 ⋅ 29 sec read
Comparing Elixir With Rust And Go

Comparing Elixir with Rust and Go

Dev

Compare the three programming languages Elixir, Rust, and Go across criteria such as memory usage and time in concurrency projects.

Ahmad Rosid
Jul 25, 2023 ⋅ 12 min read
Optimizing CI/CD Pipelines Rust Projects

Optimizing CI/CD pipelines in your Rust projects

Dev

We review different strategies for optimizing CI/CD pipelines in Rust projects and compare the performance gains from each approach.

Azzam S.A
Jul 25, 2023 ⋅ 7 min read
Improving Node.js Performance Using Rust

Improving Node.js performance using Rust

Dev

Use Node.js native addons and the Foreign Function Interface to build high-performance Node.js applications using Rust.

Anshul Goyal
Jul 6, 2023 ⋅ 8 min read