scispace - formally typeset
L

Laxman Dhulipala

Researcher at Massachusetts Institute of Technology

Publications -  72
Citations -  1206

Laxman Dhulipala is an academic researcher from Massachusetts Institute of Technology. The author has contributed to research in topics: Computer science & Parallel algorithm. The author has an hindex of 15, co-authored 56 publications receiving 728 citations. Previous affiliations of Laxman Dhulipala include Carnegie Mellon University & Google.

Papers
More filters
Proceedings ArticleDOI

Smaller and Faster: Parallel Processing of Compressed Graphs with Ligra+

TL;DR: This study studies compression techniques for parallel in-memory graph algorithms, and shows that they can achieve reduced space usage while obtaining competitive or improved performance compared to running the algorithms on uncompressed graphs.
Proceedings ArticleDOI

Julienne: A Framework for Parallel Graph Algorithms using Work-efficient Bucketing

TL;DR: The Julienne framework is developed, which extends a recent shared-memory graph processing framework called Ligra with an interface for maintaining a collection of buckets under vertex insertions and bucket deletions, and develops the first work-efficient parallel algorithm for k-core in the literature with nontrivial parallelism.
Proceedings ArticleDOI

Theoretically Efficient Parallel Graph Algorithms Can Be Fast and Scalable

TL;DR: It is shown that theoretically-efficient parallel graph algorithms can scale to the largest publicly-available graphs using a single machine with a terabyte of RAM, processing them in minutes.
Proceedings ArticleDOI

Compressing Graphs and Indexes with Recursive Graph Bisection

TL;DR: A novel theoretically sound reordering algorithm that is based on recursive graph bisection is designed and implemented and a significant improvement of the compression rate of graph and indexes over existing heuristics is shown.
Proceedings ArticleDOI

Low-latency graph streaming using compressed purely-functional trees

TL;DR: Aspen as mentioned in this paper is a graph-streaming framework that extends the interface of Ligra with operations for updating graphs, which significantly improves on the space usage and locality of purely-functional trees.