Noel Grandin

Results 61 comments of Noel Grandin

In general, the entirety of the WITH functionality is dodgy and needs to be rewritten, but no-one currently feels up to that.

Looks like we managed to generate an incredibly long running query

> After all these years of H2's existence, surely, some people rely on this behaviour. I'd be careful removing it... We either go forward or back. No matter what we...

@katzyn that compat setting can be removed by now

You could start the database server from code e.g. https://h2database.com/html/tutorial.html#using_server and provide settings like the database event listener there. Or we could extend Server.createTcpServe to pass down an instance of...

related to @caolanm flamegraphs at comment https://github.com/CollaboraOnline/online/issues/6893#issuecomment-1759411348_ I have created https://github.com/CollaboraOnline/online/pull/7430 to fix a small perf problem.

(1) I note that hunspell is spending a lot of time just calling clock(), which seems odd. Perhaps it should be using clock_gettime(CLOCK_MONOTONIC) instead, to use the fancy mapping trick...

possible fix for the hunspell issue is here: https://gerrit.libreoffice.org/c/core/+/158809

IRC log in case someone wants to look at the ScPositionHelper thing, I dont know what is going on there: void ScGridWindow::PaintTile( VirtualDevice& rDevice, - doing a big/slow __memset is...