Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved User defined codec function

    General and Desktop
    2
    2
    384
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MR.Smith
      MR.Smith last edited by MR.Smith

      Hello!

      In my application I need to decode byte stream (from some external hardware). Initially in application decoding algorithm is not defined.
      What the best way for define decoding algorithm in application?

      Typical algorithm (but not always) - data manipulation for extract from QByteArray data and pack it into bool, int and float data types. No crypto & etc.

      I already tested QScript. My result is 250 kbit/s maximum data stream processing for one core of Intel Core i5 (for not complicated algorithm). I need more performance.

      Now I would like to try define algorithm in DLL and use QLibrary for dynamicly load decoding function. I think this method would be more faster.

      May be in Qt exist any special feature for resolving this problem?

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @MR.Smith last edited by

        @MR.Smith Instead of using QLibrary you could use plug-ins: http://doc.qt.io/qt-5/plugins-howto.html

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 3
        • First post
          Last post