RSSAmplifier

Blog

(untitled)

alonely0.github.ioRSS feed ↗2 posts

Latest posts

Dissenyant una representació en memòria eficient per als valors d'un full de càlcul

Introducció Primer de tot, aquest article s'adreça a un públic ja familiaritzat amb el llenguatge de programació Rust . A més, és recomanable tenir coneixements previs de com les dades es troben a la memòria de l'ordinador és certament recomanable, tot i que molts detalls s'explicaran sempre que calgui. Aquest és el primer article d'una nova sèrie on es detallarà com crear un…

Designing an efficient memory layout in Rust with unsafe & unions, or, an overlong guide in avoiding dynamic dispatch

Introduction First and foremost, this post is addressed to people already familiar with the Rust language, and knowledge of how typical Rust data structures are laid out in memory is certainly advised (though, everything is explained in detail just in case). However, I will not be assuming knowledge of how things work under-the-hood, and I will try my best to explain everything. This is the first…