Whether you work with documents daily or only from time to time need them, DocHub is here to assist you take full advantage of your document-based projects. This platform can copy arrow in Allocation Agreement, facilitate user collaboration and create fillable forms and legally-binding eSignatures. And even better, every record is kept safe with the highest protection standards.
With DocHub, you can access these features from any place and using any device.
[Music] thank you everyone for coming so like you just heard my name is Jacob Walker I am a community engineer with Arden Labs this talk is understanding allocations were gonna be talking about the stack and the heat so depending on your background if youre a C programmer youre probably already pretty familiar in your program theres two kinds of memory youve got stack memory and in go we have multiple stacks theres stacks for each go routine and then we have heap memory which is basically everything else so again you might be asking yourself in my code how do I know if my variable lives on the stack or on the heap and the answer is you dont thanks for coming to my talk [Applause] okay but really really does it matter Im gonna ask you this question first it does not matter where your variable lives or it does not matter that you know where your variable is as far as the correctness of your program is concerned go is going to make sure that your variable lives in the correct plac