masonwheeler

Results 40 comments of masonwheeler

17x speedup. Very nice!

Probably not as many SQL Server implementations, including just about anything on cloud storage, disallow CLR procs.

Looks reasonable in general, though I'd like to touch on one specific point: > However, with the introduction of Native AOT we now have a higher consideration for scenarios where...

Sure, NativeAOT isn't built into the OS. How much work would it be to integrate it with a standard installer-generator system like MSI, though? It would never be The Standard,...

Huh. That's not the objection I'd have expected to see. What are the security concerns here?

Wasn't signing eliminated from Core a few versions ago anyway? I remember that one pretty clearly because there were breaking changes in .NET 6 that broke my compiler, and when...

Yeah, that makes sense. The AOT compiler has to be in a position of high trust for a scheme like that to work. Joe Duffy said something very similar about...

I'm actually trying to do exactly this kind of real-world codebase benchmarking, to see if the .NET 7 performance benefits touted in the blog posts make a measurable difference in...

Wow, how did something that basic make it past both internal testing and the beta?!?