Results 1 to 20 of 20

Thread: Help with regular expression

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Help with regular expression

    You have no idea at all how "slow" this approach will be, because right now the performance of YOUR algorithm is infinitely bad - it produces absolutely no results no matter how long you wait.

    How about actually IMPLEMENTING something instead of whining about speed you can't even properly measure because you have nothing to compare it to? Only then will you be able to tell if performance is acceptable or not, and only then will you be able to compare performance of one approach over another.

    Hint: you are making this simple problem much, much, much too hard. Stop generating excuses and generate some code, instead.

    I'm not seeing any actual code, text or keyword examples. Obviously, the code doesn't exist, but the text and keyword examples are critical to understanding what your problem actually is, given that your descriptions are vague and continue to change.
    Last edited by SixDegrees; 10th August 2011 at 09:58.

Similar Threads

  1. Regular Expression Problem
    By kaushal_gaurav in forum Qt Programming
    Replies: 2
    Last Post: 27th February 2009, 09:41
  2. set a regular expression on QTextEdit
    By mattia in forum Newbie
    Replies: 3
    Last Post: 27th March 2008, 10:16
  3. Regular expression in QLineEdit?
    By vishal.chauhan in forum Qt Programming
    Replies: 3
    Last Post: 1st October 2007, 10:58
  4. Find with Regular Expression?
    By vishal.chauhan in forum Qt Programming
    Replies: 1
    Last Post: 1st August 2007, 14:44
  5. How to get a QString from a file (use regular expression)
    By fengtian.we in forum Qt Programming
    Replies: 16
    Last Post: 31st May 2007, 11:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.