サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ChatGPT
www.kdab.com
At KDAB, we have been investigating how to integrate Rust with Qt in a safe and idiomatic way. The solution we are currently working on is called CXX-Qt. It's available in the GitHub and on crates.io. This blog post discusses the journey of CXX-Qt -- where it started, where it can be used right now, and the future direction of the project. If you would like to get started with code examples, visit
Since you are asking for ideas for performance related checkers I thought I'd post a few small ideas. Check for comparisons of .size() against 0 instead of calling .empty()/.isEmpty() Check for use of post-increment where pre-increment could have been used just as well. Check for loops that open-code std::fill() rather than calling the algorithm. Check for loops that iterate column-major rather th
このページを最初にブックマークしてみませんか?
『Leading Expertise in Desktop and Embedded Software using Qt, C++, Rust and mo...』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く