期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
Improving Centralized Path Calculation Based on Graph Compression 被引量:1
1
作者 Zhenglian Li Lixin Ji +1 位作者 Ruiyang Huang Shuxin Liu 《China Communications》 SCIE CSCD 2018年第6期120-124,共5页
Shortest-path calculation on weighted graphs are an essential operation in computer networks. The performance of such algorithms has become a critical challenge in emerging software-defined networks(SDN),since SDN con... Shortest-path calculation on weighted graphs are an essential operation in computer networks. The performance of such algorithms has become a critical challenge in emerging software-defined networks(SDN),since SDN controllers need to centralizedly perform a shortest-path query for every flow,usually on large-scale network. Unfortunately,one of the challenges is that current algorithms will become incalculable as the network size increases. Therefore, inspired by the compression graph in the field of compute visualization,we propose an efficient shortest path algorithm by compressing the original big network graph into a small one, but the important graph properties used to calculate path is reserved. We implement a centralized version of our approach in SDN-enabled network,and the evaluations validate the improvement compared with the well-known algorithms. 展开更多
关键词 graph representation path compression shortest path
在线阅读 下载PDF
VPC:Pruning connected components using vector-based path compression for Graph500
2
作者 Hao Bai Xinbiao Gan +4 位作者 Tianjing Xu Menghan Jia Wen Tan Juan Chen Yiming Zhang 《CCF Transactions on High Performance Computing》 2021年第3期271-284,共14页
Graphs are an effective approach for data representation and organization,and graph analysis is a promising killer application for AI systems.However,recently emerging extremely large graphs(consisting of trillions of... Graphs are an effective approach for data representation and organization,and graph analysis is a promising killer application for AI systems.However,recently emerging extremely large graphs(consisting of trillions of vertices and edges)exceed the capacity of any small-/medium-scale clusters and thus necessitate the adoption of supercomputers for efficient graph processing.Graph500 is the de facto standard for benchmarking supercomputers’graph processing performance,and connected component(CC)is an important basic algorithm for Graph500’s BFS and SSSP tests.However,current CC algorithms are inefficient on supercomputers and fast CC is expensive and challenging.In this paper,we propose VPC,an efficient method that prunes connected components using vector-based path compression.It includes the following innovations:(i)The data structure of the traversal algorithm is customized with the two-dimensional adjacency vector.(ii)The vector-based path compression is proposed for the union-find algorithm.(iii)Parallel VPC is proposed customized with Tianhe.Experimental results validate that the two-dimensional adjacency vector has better performance than other data structures and the vectorbased path compression is used in the realization of the union-find algorithm.When the scale is 26,the performance of our algorithm is 1.38×,1.69×and 2.57×that of other algorithms.The union-find algorithm is used for connected components,and the performance of the algorithm is 5.14×and 5.01×that of BFS and DFS respectively. 展开更多
关键词 Graph computing Connected components path compression Two-dimensional vector Graph500
在线阅读 下载PDF
Correction to:VPC:Pruning connected components using vector‑based path compression for Graph500
3
作者 Hao Bai Xinbiao Gan +4 位作者 Tianjing Xu Menghan Jia Wen Tan Juan Chen Yiming Zhang 《CCF Transactions on High Performance Computing》 2021年第4期427-427,共1页
Correction to:CCF Transactions on High Performance Computing https://doi.org/10.1007/s42514-021-00070-z In this article the following corrections have been made·Removed the last keyword.
关键词 vector based path compression ccf transactions high performance computing VPC high performance computing graph
在线阅读 下载PDF
Twig Pattern Matching Based on Compressed Path Labeling Scheme
4
作者 NING Bo WANG Guoren DONG Ke 《Wuhan University Journal of Natural Sciences》 CAS 2007年第5期850-854,共5页
Holistic twig query processing techniques based on region encoding have been developed to minimize the intermediate results, namely, those root-to-leaf path matches that are not in the final twig results. These algori... Holistic twig query processing techniques based on region encoding have been developed to minimize the intermediate results, namely, those root-to-leaf path matches that are not in the final twig results. These algorithms have to scan all the streams of tags in query patterns. However, useless path matches cannot be completely avoided. TJFast which is based on the labeling scheme of Extended Dewey has been proposed to avoid useless intermediate results, and it only needs to access the labels of the leaf query nodes. However, it don't concern about the characteristics of elements with the same parent, and it has to merge join all the intermediate results which are evaluated during the first phrase. We propose a new labeling scheme to compress the XML elements which have the same characteristic. Based on the compressed path-labeled streams, a new novel holistic twig query algorithm named CPJoin is designed. Finally, implementation results are provided to show that CPJoin has good performance on both real and synthetic data. 展开更多
关键词 XML twig pattern compressed path labeling
在线阅读 下载PDF
THE DESIGN AND ANALYSIS OF ALGORITHM OF MINIMUM COST SPANNING TREE
5
作者 Xu Xusong Liu Dacheng Wu Lihua 《Acta Mathematica Scientia》 SCIE CSCD 1996年第3期296-301,共6页
This paper provides a method of producing a minimum cost spanning tree(MCST)using set operations.It studies the data structure for implementation of set operations and the algorithm to be applied to this structure and... This paper provides a method of producing a minimum cost spanning tree(MCST)using set operations.It studies the data structure for implementation of set operations and the algorithm to be applied to this structure and proves the correctness and the complexity of the algorithm.This algorithm uses the FDG(formula to divide elements into groups)to sort(the FDG sorts a sequence of n elements in expected tir O(n))and uses the method of path compression to find and to unite.Therefore.n produces an MCST of an undirected network having n vertices and e edges in expected time O(eG(n)). 展开更多
关键词 minimum cost spanning tree a sort using the FDG path compression set operation of find and unite algorithm analysis
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部