
Announcement
Collapse
No announcement yet.
Daydreaming About Qt6 & Qt7
Collapse
X
-
I think could be really nice if some big project as Qt (or other) was able to use an alternative language to c/c ++ without compromising functionality and performance.
Leave a comment:
-
Originally posted by vinipsmaker View PostBut the QString/QByteArray/QVector<char> differences are annoying. Maybe QByteArray shouldn't exist and something like string_view/string_ref worths more.
Cheers,
_
Leave a comment:
-
Originally posted by Alliancemd View PostQt 5 also uses move semantics and all the appropriate optimizations where appropriate.
Originally posted by Alliancemd View PostAnd I don't understand your problems with QString.
Would Qt devs drop QString if std::string improved enough (after a time where the changes were well spread across the industry to be a good baseline)? And std abstractions will never incorporate usability over performance (only pay for what you use), then Qt devs would need to give upon a few designs too, because they would never make into std namespace.
TL;DR: I think it's quite unlikely that we'll Qt dropping QList, QString... and I think there is hope only if most of development over Qt use mover from C++ to non-C++ (JavaScript within QML).
Originally posted by Alliancemd View PostQt's QString is actually faster than all the string implementations out there, you should read Thiago Macieira's blog post on QString optimizations...
Leave a comment:
-
Consistent memory management please...
It's a pain to use shared pointers with the items of graphics scene for instance...
Leave a comment:
-
Re
"Cross-Process Signals/Slots" - That I want!
vinipsmaker - Qt 5 also uses move semantics and all the appropriate optimizations where appropriate. And I don't understand your problems with QString.
Qt's QString is actually faster than all the string implementations out there, you should read Thiago Macieira's blog post on QString optimizations...
Leave a comment:
-
Originally posted by Ancurio View PostAll Qt containers + QString have COW, when will the STL have it?
Small String Optimization, move semantics and design ideas (like shared_ptr) collectively are the "new COW".
One thing way more important present in QString is Unicode support, which has been available for ages within Qt.
But the QString/QByteArray/QVector<char> differences are annoying. Maybe QByteArray shouldn't exist and something like string_view/string_ref worths more.
Leave a comment:
-
Originally posted by vinipsmaker View PostI think we'll never see QString removal, mainly because upstream C++'s std::string will never follow QString design and Qt devs wouldn't dare to make such colossal breaking change.
I also don't think we'll one day see the Qt's "STL" being replaced by the real STL. C++ STL still has a lot of evolution interest (polymorphic allocators, allocators with realloc, ranges, concepts...) and even if we agree the real STL is better (now or in the future, doesn't matter), Qt devs will never give up on their programming style (QList::mid) where usability is favored over performance.
I don't know, maybe if they manage to throw more usability and code to the JavaScript/QML side, then it wouldn't hurt productivity-over-performance programmers. The only thing I value here is interoperability and I don't anybody would enjoy every lib developer providing their own STL.
Leave a comment:
-
I think we'll never see QString removal, mainly because upstream C++'s std::string will never follow QString design and Qt devs wouldn't dare to make such colossal breaking change.
I also don't think we'll one day see the Qt's "STL" being replaced by the real STL. C++ STL still has a lot of evolution interest (polymorphic allocators, allocators with realloc, ranges, concepts...) and even if we agree the real STL is better (now or in the future, doesn't matter), Qt devs will never give up on their programming style (QList::mid) where usability is favored over performance.
I don't know, maybe if they manage to throw more usability and code to the JavaScript/QML side, then it wouldn't hurt productivity-over-performance programmers. The only thing I value here is interoperability and I don't anybody would enjoy every lib developer providing their own STL.
Leave a comment:
-
Daydreaming About Qt6 & Qt7
Phoronix: Daydreaming About Qt6 & Qt7
A Qt fan asked developers this weekend about what features might be candidates for a release that breaks from Qt5 and goes to Qt6 or even then to Qt7...
http://www.phoronix.com/vr.php?view=MTc1OTETags: None
Leave a comment: