- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources4
- Resource Type
- 
                                    
                                    
                                    
                                    0002000002000000
- More
- Availability
- 
                                    
                                    31
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Zhang, Kenny (3)
- 
                                                    
                                                        
                                                            
                                                            Bender, Michael A (2)
- 
                                                    
                                                        
                                                            
                                                            Bender, Michael A. (2)
- 
                                                    
                                                        
                                                            
                                                            Delayo, Daniel (2)
- 
                                                    
                                                        
                                                            
                                                            Farach-Colton, Martín (2)
- 
                                                    
                                                        
                                                            
                                                            Phillips, Cynthia A. (2)
- 
                                                    
                                                        
                                                            
                                                            Seip, Tyler (2)
- 
                                                    
                                                        
                                                            
                                                            Tench, David (2)
- 
                                                    
                                                        
                                                            
                                                            West, Evan (2)
- 
                                                    
                                                        
                                                            
                                                            Zhang, Victor (2)
- 
                                                    
                                                        
                                                            
                                                            Agrawal, Kunal (1)
- 
                                                    
                                                        
                                                            
                                                            Berry, Jonathan W. (1)
- 
                                                    
                                                        
                                                            
                                                            Chowdhury, Abiyaz (1)
- 
                                                    
                                                        
                                                            
                                                            Das, Rathish (1)
- 
                                                    
                                                        
                                                            
                                                            DeLayo, Daniel (1)
- 
                                                    
                                                        
                                                            
                                                            Delayo, Daniel R. (1)
- 
                                                    
                                                        
                                                            
                                                            Dellas, J Ahmed (1)
- 
                                                    
                                                        
                                                            
                                                            Farach-Colton, Martin (1)
- 
                                                    
                                                        
                                                            
                                                            Gill, Gilvir (1)
- 
                                                    
                                                        
                                                            
                                                            Kroeger, Thomas M. (1)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S.M. (0)
- 
                                                    
                                                        
                                                            
                                                            (submitted - in Review for IEEE ICASSP-2024) (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Free, publicly-accessible full text available January 7, 2026
- 
            Tench, David; West, Evan; Zhang, Victor; Bender, Michael A; Chowdhury, Abiyaz; Delayo, Daniel; Dellas, J Ahmed; Farach-Colton, Martín; Seip, Tyler; Zhang, Kenny (, ACM Transactions on Database Systems)Finding the connected components of a graph is a fundamental problem with uses throughout computer science and engineering. The task of computing connected components becomes more difficult when graphs are very large, or when they are dynamic, meaning the edge set changes over time subject to a stream of edge insertions and deletions. A natural approach to computing the connected components problem on a large, dynamic graph stream is to buy enough RAM to store the entire graph. However, the requirement that the graph fit in RAM is an inherent limitation of this approach and is prohibitive for very large graphs. Thus, there is an unmet need for systems that can process dense dynamic graphs, especially when those graphs are larger than available RAM. We present a new high-performance streaming graph-processing system for computing the connected components of a graph. This system, which we callGraphZeppelin, uses new linear sketching data structures (CubeSketch) to solve the streaming connected components problem and as a result requires space asymptotically smaller than the space required for a lossless representation of the graph.GraphZeppelinis optimized for massive dense graphs:GraphZeppelincan process millions of edge updates (both insertions and deletions) per second, even when the underlying graph is far too large to fit in available RAM. As a resultGraphZeppelinvastly increases the scale of graphs that can be processed.more » « less
- 
            DeLayo, Daniel; Zhang, Kenny; Agrawal, Kunal; Bender, Michael A.; Berry, Jonathan W.; Das, Rathish; Moseley, Benjamin; Phillips, Cynthia A. (, Proc. 34th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA))
- 
            Vorobyeva, Janet; Delayo, Daniel R.; Bender, Michael A.; Farach-Colton, Martín; Pandey, Prashant; Phillips, Cynthia A.; Singh, Shikha; Thomas, Eric D.; Kroeger, Thomas M. (, Cluster Computing)
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
