Ben Adams

Results 48 issues of Ben Adams

[Npgsql-StringIntern.zip](https://github.com/benaadams/Ben.StringIntern/files/5828156/Npgsql-StringIntern.zip)

Since the update is random values; perhaps lower the threshold a little (e.g. 95%) e.g. the last tfb run failed Rails for updating too few rows (1 short) https://tfb-status.techempower.com/unzip/results.2020-07-12-19-02-35-234.zip/results/20200708175354/rails/update/verification.txt ```...

Could a SqlServer DB be added? Based on docker `FROM microsoft/mssql-server-linux:latest`

Cached queries is run in sets of 1, 10, 20, 50, 100 ![image](https://user-images.githubusercontent.com/1142958/87035596-77cdcd80-c1e1-11ea-8a6c-786d833b77aa.png) With the value used being 100 ![image](https://user-images.githubusercontent.com/1142958/87035821-c9765800-c1e1-11ea-8bff-545727dc46ec.png) However the UI suggests its 20 queries rather than 100...

Bug: Results Web Site

Could you upload a Release build package?

[Fable](https://github.com/fable-compiler/Fable) F# to JS compiler May resolve https://github.com/benaadams/System.Ben/issues/42 and https://github.com/benaadams/System.Ben/issues/21

crossfit
Atwood's Law
Investigation

An exploration; still needs some work

It allows for direct async saving to `Stream`; have added PR to https://github.com/FoundatioFx/Foundatio/pull/259 to support the async mode Would hopefully reduce the steps in serializing in memory, re-reading and then...

enhancement

Currently it defaults to debug (bad for performance of deployed sites, libraries put on nuget, and apps) While this is obvious when using `dotnet publish` without parameters as it puts...

As they are removed in release mode. e.g. from `SqlDataReader` ```csharp Debug.Assert(SniContext.Snix_Read == stateObj.SniContext, string.Format((IFormatProvider)null, "The SniContext should be Snix_Read but it actually is {0}", stateObj.SniContext)); ``` Produces ``` HAA0601...

enhancement