M1xA
M1xA
I have gotten an issue using the Vapor based on the SwiftNIO (https://github.com/vapor/vapor/issues/1963) I guess it belongs to this issue. Does any workaround exist?
@weissi is it related to SwiftNIO?
@mumbleskates I'm not sure what exactly you want to say, maybe your example is a little bit misleading. below you can find updated example of above: ```go package main import...
In general if you have such questions in Go then you should be aware about Go memory model, GC mechanics and `unsafe` magic. Unsafe is unsafe. Go's GC is not...
@mumbleskates I have more rudeness for you. you do not put strings into memory managed by the arena. if you want to have a string managed by the arena, you...
@mumbleskates i see you want to get another one portion of the rudeness, ok. >This is entirely incorrect. If you read it closely you can see what it does, rather...
@philpearl you are right. of course it is nice to increase a number of examples how to use this library and docs too. now i understand why exactly Go's team...
@philpearl maybe it is interesting topic for you: memory ballasts.
@mumbleskates > it puts the string struct into the arena, keeping a pointer to it so we can see if it is valid later > i said that. so does...
@mumbleskates as always you can just not to write.