-
No, this is currently not possible. I may add such feature later.
2010-01-04 09:54:31 UTC in Boost.Log
-
andysem committed revision 411 to the Boost.Log SVN repository, changing 1 files.
2009-12-19 15:19:08 UTC in Boost.Log
-
andysem committed revision 410 to the Boost.Log SVN repository, changing 2 files.
2009-12-19 14:08:49 UTC in Boost.Log
-
Here it goes:
MS STL:
Test,boost_log Avg Time,log4cxx Avg Time,boost_log/log4cxx Avg Time Ratio
multithreaded_one_sink-500000-stream_formatter-synchronous-16,274.982,77.6194,3.54269680003
multithreaded_one_sink-500000-stream_formatter-synchronous-2,31.0337,11.9872,2.58890316337
multithreaded_one_sink-500000-stream_formatter-synchronous-4,65.7671,19.4855,3.37518154525.
2009-12-19 12:39:22 UTC in Boost.Log
-
andysem committed revision 409 to the Boost.Log SVN repository, changing 1 files.
2009-12-15 17:41:37 UTC in Boost.Log
-
I finally managed to investigate the possible cause of our results discrepancy. As I expected, STL plays a major role in the library performance.
Here are results with STL, bundled with MSVC 9.
Test,boost_log Avg Time,log4cxx Avg Time,boost_log/log4cxx Avg Time Ratio
multithreaded_one_sink-100000-stream_formatter-synchronous-16,54.4944,15.6196,3.48884734564...
2009-12-13 17:46:52 UTC in Boost.Log
-
andysem committed revision 408 to the Boost.Log SVN repository, changing 13 files.
2009-12-13 15:13:47 UTC in Boost.Log
-
andysem committed revision 407 to the Boost.Log SVN repository, changing 3 files.
2009-12-13 11:15:32 UTC in Boost.Log
-
andysem committed revision 406 to the Boost.Log SVN repository, changing 1 files.
2009-12-08 22:15:16 UTC in Boost.Log
-
You may try to disable setup support, as it's the hardest part of the library for the compiler (and thus it requires more memory to compile).
As for cxxabi.h header, it is bundled with gcc, so it may appear that you actually don't have it. Apparently, qcc pretends to be gcc, so I need a way to detect it to work around the problem. Or better yet, I'd be glad if your local QNX gurus provided a...
2009-12-08 15:59:14 UTC in Boost.Log