The simple, qualitative answer is:  very expensive.  Whether or not it matters depends on your application.  Clusters (the equivalent of structs in C) are very memory intensive, and array-cluster conversions are very time intensive.  In general, you should not be using any programming techniques (other than creating sub-vis) where the only purpose is to make the block diagram "prettier".  The LV style guidelines are there for a reason.  Following them will make your code readable without sacrificing performance.  In your situation, my guess is memory is not an issue (it rarely is unless working with very large data sets, then it's a real pain!), so creating/using clusters and arrays is probably fine, but I would avoid repeated array-cluster conversions.
Dave.
					
				
			
			
				
	==============================================

