Re: assertion crash with debug build on windows

2009-07-17 Thread Jesper Eskilson
On Thu, Jul 16, 2009 at 11:14 AM, Mr Moosestephan.men...@gmail.com wrote: It is found! After 4 interesting days of debugging the bastard I realized that I rercently had to add 3 preprocessor defines to my build system: _CRT_SECURE_NO_WARNINGS _SECURE_SCL=0 _HAS_ITERATOR_DEBUGGING=0 If

HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME...HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME...HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME... http://autoresponder123.50webs.com/how-to-setup-the-u

2009-07-17 Thread Terry Qualls
HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME...HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME...HOW TO SETUP THE ULTIMATE AFFILIATE PROGRAMME... http://autoresponder123.50webs.com/how-to-setup-the-ultimate-affiliate-programme.html

Re: GzipOutputStream is slower than gziping the file by hand

2009-07-17 Thread Peter Keen
Here is the patch. I included parameters for both the compression level and the compression strategy, both of them defaulting to the same thing the gzip binary uses. --Pete On Wed, Jul 15, 2009 at 4:37 PM, Kenton Vardaken...@google.com wrote: OK.  Make sure that the parameter is optional, with

Java deserialization - any best practices for performances?

2009-07-17 Thread Alex Black
When I write out messages using C++ I'm careful to clear messages and re-use them, is there something equivalent on the java side when reading those same messages in? My code looks like: CodedInputStream stream = CodedInputStream.newInstance(inputStream); while ( !stream.isAtEnd() ) {