tutorials/t13_TransformObufObufStrm/ slow to compile
Status: Alpha
Brought to you by:
f4ecw
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.
Logged In: YES
user_id=794960
Originator: YES
There is a general compilation speed-up in release 0.0.19.
Logged In: YES
user_id=794960
Originator: YES
Much progress was done with release 0.0.18.