Ben {chmark} Adams
Ben {chmark} 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  With the value used being 100  However the UI suggests its 20 queries rather than 100...
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
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...
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...