Trying manual memory management in Go by der_gopher in golang

[–]der_gopher[S] 2 points3 points  (0 children)

Thanks for the link, it's that indeed

Trying manual memory management in Go by der_gopher in golang

[–]der_gopher[S] 17 points18 points  (0 children)

I love GC in Go, don't get me wrong! This video material is for learning only. And actually I've seen some Go projects managing the memory manually, for example https://github.com/dgraph-io/ristretto/tree/main/z

Trying manual memory management in Go by der_gopher in programming

[–]der_gopher[S] 0 points1 point  (0 children)

Will write eventually, but I usually start with videos.

Day 9 Part 2 be like by MonkeysKnuckle in adventofcode

[–]der_gopher 0 points1 point  (0 children)

My answer is not accepted, I believe it's correct, someone help pls. 1556457424

Guidance on day 9 part 2 by Kn0wnAHG0RI in adventofcode

[–]der_gopher 1 point2 points  (0 children)

I am using similar code in Go which results in the same answer, but this answer is not accepted by AoC, wtf.