HRNUG / Organization

9 stars 0 forks source link

May 11, 2021 Meeting #37

Closed drewgle closed 3 years ago

drewgle commented 3 years ago

Meeting Date: May 11, 2021
Speaker: Kevin Joins (@vcsjones)

Speakers please provide a short bio, topic and description to help us announce and promote your talk.

vcsjones commented 3 years ago

I would like to do May 11th. Topic TBD, but will work something out soon in the near term.

1kevgriff commented 3 years ago

@vcsjones SOLD - we'll reach out in April

lynnaloo commented 3 years ago

ooh I'm excited about this :)

vcsjones commented 3 years ago

Topic

Title: Everything (maybe too much) about stackalloc Abstract: stackalloc is a keyword that has existed since C# 1.0, yet was a little-used feature. Recently it has gotten significant attention thanks to the introduction of Span<T> in .NET Core, largely because it offers significant performance improvements in the right circumstances. We'll be looking at stackalloc in-depth, not just to gain performance, but how it works, the sharp edges and security concerns that come with it, and how to avoid those concerns.

Bio

Kevin Jones lives in Alexandria Virginia, doing security architecture for GitHub. On the side he can be seen regularly contributing to .NET's security APIs.