zapov
zapov
force is not really relevant if you are applying sql via psql
Yeah, thats not yet supported in PHP ;(
This is unlikely to change until some specialized migration language is introduced. It doesn't seems like a big problem to have refactoring done in multiple steps :(
The second thing looks like a bug due to missing extensions :( If you add log to the commands you will see more info in the console As for how...
I've fixed the extension issue on the client... it will be available in next build. @melezov do we have somewhere dead simple instructions on how to use PHP? Without any...
The difference in Revenj speed comes from two main sources: 1. using the Revenj ChunkedMemoryStream 2. using the generated code If you try to use Revenj with some other streams...
The latest bench was done on Windows/Intel with various updates to the libraries. AMD was done before that. I would not be surprised there are various Spectre/Meltdown side-effects which affect...
It's done like that on purpose to include startup overhead, which can be quite a different for different libraries. Revenj for example, does analysis during compilation, so it's only the...
Checking out the whole project and compiling it should work. Please post the exact error if it does not. The sln file is here: https://github.com/ngs-doo/json-benchmark/blob/master/Benchmark/JsonBenchmark.sln
1) yes. a lot of libraries produce incorrect values, thus there is the check of "invalid deserialization" 2) you link the relevant output dll from the C# solution. Solution is...