www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Latest post in the GC series

reply Mike Parker <aldacron gmail.com> writes:
My fourth post in the GC series is finally live. Titled 'Go Your 
Own Way (Part Two: The Heap)', it continues the topic of 
allocating outside of the GC. The previous post covered stack 
allocations. This one looks at allocating from the non-GC heap. I 
don't talk about classes in either post, as I'm saving that for 
the next installment in the series.

Blog:
https://dlang.org/blog/2017/09/25/go-your-own-way-part-two-the-heap/

Reddit:
https://www.reddit.com/r/programming/comments/72cofo/new_post_in_the_d_blog_series_on_gc_allocating/

Also, now that I've got extended content from two posts over at 
http://dblog-ext.info, I've added a page that mostly mirrors the 
index page from there and is now visible in the sidebar from the 
blog homepage.

https://dlang.org/blog/extended-posts/

I had several pairs of eyes on the post this time, but it's 
possible I messed something up in the revisions. As always, I'm 
happy for anyone to point out any errors they notice.
Sep 25 2017
parent reply aberba <karabutaworld gmail.com> writes:
On Monday, 25 September 2017 at 14:34:20 UTC, Mike Parker wrote:
 My fourth post in the GC series is finally live. Titled 'Go 
 Your Own Way (Part Two: The Heap)', it continues the topic of 
 allocating outside of the GC. The previous post covered stack 
 allocations. This one looks at allocating from the non-GC heap. 
 I don't talk about classes in either post, as I'm saving that 
 for the next installment in the series.

 [...]
the blog's syntax highlighter theme is not appealing like the one used in official docs.
Sep 25 2017
parent Mike Parker <aldacron gmail.com> writes:
On Monday, 25 September 2017 at 18:26:10 UTC, aberba wrote:
 the blog's syntax highlighter theme is not appealing like the 
 one used in official docs.
It's the GitHub theme. The plugin doesn't provide a theme that matches the docs exactly.
Sep 25 2017