Ben Adams

Results 149 comments of Ben Adams

Just watching this atm https://github.com/dotnet/corefx/pull/25216 and seeing what I can glean

Weird, could recreate. It looks to work if you add the package from nuget to the csproj ``` ``` Then just copy over the `Npgsql.dll` and not the intern one....

@SunnyWar Might be similar analysis already done for Ref returns and Locals? https://github.com/dotnet/roslyn/pull/8030

> Is there something that could be done for F# to help ease GC pressure? Like converting small Tuples and Option type to a struct In [F# 4.1 there](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-f-4-1-and-the-visual-f-tools-for-visual-studio-2017-2/) are:...

> Note somewhat paradoxically a lambda with no local captures compiles into a more complex sequence as the C# compiler caches the both the closure instance and the delegate in...

Been having a look at where method group conversions occur in coreclr and they are mostly then stored in a heap variable (e.g. param to delegate .ctor, that then gets...

@jcheron would you like to make a PR? It causes the composite scores to fail when it fails (as Rails is one of the frameworks in the composite scores)

Same as Windows I believe; SQL Server 2017 brought [parity between the editions](https://www.microsoft.com/en-gb/sql-server/sql-server-2017-editions) in base db features/programmability (whereas previously whether you could use memory optimised, column store or data-compression was...

> We will also need to contend with clause 6 from [the license terms](https://go.microsoft.com/fwlink/?linkid=857698): > > BENCHMARK TESTING. You must obtain Microsoft's prior written approval to disclose to a third...

Might have issues currently with the benchmarker becoming the bottleneck; rather than the webservers above 10GbE https://github.com/wg/wrk/issues/337