/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.molecular-matters.com
| | dayvster.com
5.8 parsecs away

Travel
| | A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.
| | erikmcclure.com
5.8 parsecs away

Travel
| | What exactly happens when you write Foo* foo = new Foo();? A lot is packed into this one statement, so lets try to break it down. First, this example is allocating new memory on the heap, but in order to understand everything that's going on, we're going to have to explain what it means to declare a variable on the stack. If you already have a good understanding of how the stack works, and how functions do cleanup before returning, feel free to skip to the new statement.
| | thasso.xyz
5.3 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | dlang.org
19.9 parsecs away

Travel
| D Programming Language