Author Topic: RFC: remove the Task pool queue from Parser class  (Read 8424 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
RFC: remove the Task pool queue from Parser class
« on: July 17, 2014, 06:46:57 am »
I want to remove the task pool queue structure, it was used for priority header file parsing, but we now use recursive paring of the header files instead. SVN style patch attached.
Your testing result or comments? Thanks.

[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.