Serg Gini

Results 106 comments of Serg Gini

> Hi @cyrusmsk , > > Thanks for your ideas. > > The question is : in a context of a server-side api, will it be relevant to use a...

Btw I had similar issue some time ago: https://github.com/libmir/asdf/issues/23 And I really needed `--combined` - so I broke these contracts and fix the code in this fork: https://github.com/cyrusmsk/mir-algorithm Of course...

It's better to add here https://github.com/the-benchmarker/web-frameworks

> Hey, I didn't knew about that repo, I simply wished to add it here, because It's a more global benchmark, not only web frameworks. (Tecnically I don't know a...

Maybe dlang.org can get info from https://d-apt.sourceforge.io and host it by itself? Or at least make a reference for it

Catch by mojo: ```d { ulong msdec = 1448997445238699; printf("%a\n", cast(double)(msdec / 1e15)); // 0x1.72f17f1f49aadp+0 } ``` but ```d { printf("%a\n", cast(double)(1448997445238699UL / 1e15)); // 0x1.72f17f1f49aaep+0 } ```

I've started working on it. Please advice which approach is better to use. There are several options for CSV query implementations 1) direct chdb.query 2) create connection and then conn.query...

Hi @auxten @wudidapaopao I've prepared drafts calculations for the benchmark. Test were run on local machine - macOS 15.5, M1 Pro (32 Gb RAM) Some queries are significantly slower than...

@auxten @wudidapaopao the results were added! https://duckdblabs.github.io/db-benchmark/ The author of the repo tested on 3.6.0 though.. maybe on 3.7.0 results will be a bit better. Also some issues were observed...

Hey @jgillich The Actions were failed, but it seems because different framework error. So I still not sure if the R framework is properly working or not. Can you help...