* Caching of expression successors.
This commit is contained in:
		
							parent
							
								
									40b5936691
								
							
						
					
					
						commit
						207ff2caf0
					
				
					 8 changed files with 145 additions and 43 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
string dbRefs = "refs";
 | 
			
		||||
string dbNFs = "nfs";
 | 
			
		||||
string dbSuccessors = "successors";
 | 
			
		||||
string dbNetSources = "netsources";
 | 
			
		||||
 | 
			
		||||
string nixStore = "/UNINIT";
 | 
			
		||||
| 
						 | 
				
			
			@ -14,6 +14,6 @@ string nixDB = "/UNINIT";
 | 
			
		|||
void initDB()
 | 
			
		||||
{
 | 
			
		||||
    createDB(nixDB, dbRefs);
 | 
			
		||||
    createDB(nixDB, dbNFs);
 | 
			
		||||
    createDB(nixDB, dbSuccessors);
 | 
			
		||||
    createDB(nixDB, dbNetSources);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue