szabgab / rust.org.il

Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Memory allocation, reallocation, and de-allocation in Rust #5

Open szabgab opened 2 months ago

szabgab commented 2 months ago

Description:

As a Perl and Python programmer I did not care much how exactly the language allocates, reallocates and de-allocates memory. As I started to work with Rust I figured understand this is interesting and it might be also important in order to improve the memory usage of my programs.

In this presentation I'll show how Rust handles changes to strings and other data-structures.

Length:

30 minutes