split long line in two
This commit is contained in:
		
							parent
							
								
									1fe96d0d22
								
							
						
					
					
						commit
						187cb56364
					
				| @ -55,7 +55,9 @@ PBFParser::PBFParser( | |||||||
| 	GOOGLE_PROTOBUF_VERIFY_VERSION; | 	GOOGLE_PROTOBUF_VERIFY_VERSION; | ||||||
| 	//TODO: What is the bottleneck here? Filling the queue or reading the stuff from disk?
 | 	//TODO: What is the bottleneck here? Filling the queue or reading the stuff from disk?
 | ||||||
| 	//NOTE: With Lua scripting, it is parsing the stuff. I/O is virtually for free.
 | 	//NOTE: With Lua scripting, it is parsing the stuff. I/O is virtually for free.
 | ||||||
| 	threadDataQueue = boost::make_shared<ConcurrentQueue<_ThreadData*> >( 2500 ); /* Max 2500 items in queue, hardcoded. */ | 
 | ||||||
|  | 	// Max 2500 items in queue, hardcoded.
 | ||||||
|  | 	threadDataQueue = boost::make_shared<ConcurrentQueue<_ThreadData*> >( 2500 ); | ||||||
| 	input.open(fileName, std::ios::in | std::ios::binary); | 	input.open(fileName, std::ios::in | std::ios::binary); | ||||||
| 
 | 
 | ||||||
| 	if (!input) { | 	if (!input) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user