Menu

#21 tutorials/t13_TransformObufObufStrm/ slow to compile

open
nobody
None
1
2007-07-11
2007-07-11
No

tutorials/t13_TransformObufObufStrm/ is much too slow to compile, and the binary is very big too. Several solutions:
- Split this program in two (Easy but there is no benefit for the library itself).
- Try to have more code in .cpp files instead of templates (Maybe by specializing iostream stuff based on char_type and char_traits): This is a prefereable solution because 99% of the time, only 'char' is used. It should help for other test programs too.

Discussion

  • Remi Chateauneu

    Remi Chateauneu - 2007-07-26

    Logged In: YES
    user_id=794960
    Originator: YES

    There is a general compilation speed-up in release 0.0.19.

     
  • Remi Chateauneu

    Remi Chateauneu - 2007-08-06

    Logged In: YES
    user_id=794960
    Originator: YES

    Much progress was done with release 0.0.18.

     

Log in to post a comment.