scispace - formally typeset
A

Amitabha Roy

Researcher at Intel

Publications -  29
Citations -  1585

Amitabha Roy is an academic researcher from Intel. The author has contributed to research in topics: Consistency model & Software transactional memory. The author has an hindex of 12, co-authored 28 publications receiving 1409 citations. Previous affiliations of Amitabha Roy include University of Cambridge & École Polytechnique Fédérale de Lausanne.

Papers
More filters
Proceedings ArticleDOI

X-Stream: edge-centric graph processing using streaming partitions

TL;DR: X-Stream is novel in using an edge-centric rather than a vertex-centric implementation of this model, and streaming completely unordered edge lists rather than performing random access, and competes favorably with existing systems for graph processing.
Proceedings ArticleDOI

Chaos: scale-out graph processing from secondary storage

TL;DR: Chaos scales graph processing from secondary storage to multiple machines in a cluster, and is capable of handling a graph with 1 trillion edges representing 16 TB of input data, a new milestone for graph processing capacity on a small commodity cluster.
Proceedings ArticleDOI

Data tiering in heterogeneous memory systems

TL;DR: The contribution of this paper is the design and implementation of a set of libraries and automatic tools that enables programmers to achieve optimal data placement with minimal effort on their part and shows that it is indeed possible to use a mix of a small amount of fast DRAM and large amounts of slower NVM without a proportional impact to an application's performance.
Proceedings ArticleDOI

GentleRain: Cheap and Scalable Causal Consistency with Physical Clocks

TL;DR: GentleRain is a new causally consistent geo-replicated data store that provides throughput comparable to eventual consistency and superior to current implementations of causal consistency and uses a periodic aggregation protocol to determine whether updates can be made visible in accordance with causal consistency.
Proceedings ArticleDOI

Orbe: scalable causal consistency using dependency matrices and physical clocks

TL;DR: Two protocols that provide scalable causal consistency for both partitioned and replicated data stores using dependency matrices (DM) and physical clocks are proposed and implemented in Orbe, a distributed key-value store.