[go-nuts] Re: Can we suggest to the GC that I think this memory can be reclaimed?

2024-09-14 Thread Frederik Zipp
Yes, by no longer holding a reference to it. If an object is no longer referenced, it becomes a candidate for garbage collection. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, s

[go-nuts] Can we suggest to the GC that I think this memory can be reclaimed?

2024-09-14 Thread kun Yugawa
I think this is in line with the philosophy of Go, a balance between Python and C++, a balance between GC and manually managing memory. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from