2025-06-19 GnuCash IRC logs
01:39:12 *** fell has quit IRC
01:40:31 *** fell has joined #gnucash
01:40:31 *** ChanServ sets mode: +o fell
06:31:28 *** chris has joined #gnucash
06:31:28 *** ChanServ sets mode: +v chris
08:12:36 *** chris has quit IRC
08:31:31 *** chris has joined #gnucash
08:31:32 *** ChanServ sets mode: +v chris
10:17:27 *** hamaryns has joined #gnucash
10:17:28 *** ChanServ sets mode: +v hamaryns
10:35:55 *** hamaryns has quit IRC
11:36:03 *** phebus has quit IRC
11:43:45 *** phebus has joined #gnucash
11:43:45 *** ChanServ sets mode: +v phebus
19:26:52 *** warlord has quit IRC
20:25:57 *** danield has joined #gnucash
20:52:07 *** danield has quit IRC
21:22:07 *** chris has quit IRC
21:36:14 *** chris has joined #gnucash
21:36:15 *** ChanServ sets mode: +v chris
21:40:14 *** chris has quit IRC
21:48:15 *** warlord has joined #gnucash
21:48:26 *** ChanServ sets mode: +qo warlord warlord
21:48:30 *** warlord sets mode: +o gncbot
22:22:25 *** chris has joined #gnucash
22:22:25 *** ChanServ sets mode: +v chris
23:05:33 *** chris has quit IRC
23:10:01 *** jonakeys has quit IRC
23:10:09 *** jonakeys has joined #gnucash
23:52:02 *** chris has joined #gnucash
23:52:03 *** ChanServ sets mode: +v chris
23:52:03 *** gncbot sets mode: +o chris
23:52:22 <chris> jralls: i tried to optimize the book-close gnc_transaction_book_end by changing qof_collection_foreach_sorted from GList* to std::vector<QofInstance*>
23:53:12 <chris> result: book close times deteriorate from 0.36s to 0.39s lol
23:54:13 <chris> this is for my book with 21k transactions
23:58:02 <chris> funny... my closing benchmarks currently 0.36s and on the PR #1941 the benchmarks were 0.6s - don't know where the 40% speedup comes from.