Re: Performance improvement

2025-05-25 Thread Thiago Macieira
On Thursday, 22 May 2025 22:58:37 Central Daylight Time Igor Mironchik wrote: > PASS : Test::initTestCase() > PASS : Test::test_func() > RESULT : Test::test_func(): > 0.35 msecs per iteration (total: 75, iterations: 2097152) > PASS : Test::test_template() > RESULT : Test::test_templ

Re: Performance improvement

2025-05-25 Thread Thiago Macieira
On Thursday, 22 May 2025 11:21:03 Central Daylight Time Igor Mironchik wrote: > inline long long int > skipSpaces(long long int i, const QString &line) > { > return skipIf(i, line, [](const QChar &ch){ return ch.isSpace(); }); > } > > Do you know a way to optimize it? In addition to what oth

Re: Coding assistants for KDE

2025-05-25 Thread Christoph Cullmann
Hi, On Monday, May 19th, 2025 at 02:37, Justin Zobel wrote: > On 19/05/2025 06:05, Ingo Klöcker wrote: > > > On Sonntag, 18. Mai 2025 21:32:20 Mitteleuropäische Sommerzeit Ingo Klöcker > > wrote: > > > > > Yes, there is the theoretical threat that an AI learned code that's under > > > a >