scispace - formally typeset
R

Robert Griesemer

Researcher at Google

Publications -  7
Citations -  1444

Robert Griesemer is an academic researcher from Google. The author has contributed to research in topics: Procedural programming & Java. The author has an hindex of 4, co-authored 6 publications receiving 1373 citations.

Papers
More filters
Journal ArticleDOI

Interpreting the data: Parallel analysis with Sawzall

TL;DR: The design -- including the separation into two phases, the form of the programming language, and the properties of the aggregators -- exploits the parallelism inherent in having data and computation distributed across many machines.
Proceedings ArticleDOI

Paxos made live: an engineering perspective

TL;DR: The experience in building a fault-tolerant data-base using the Paxos consensus algorithm is described, and the measurements indicate that the team has built a competitive system.
Posted Content

Featherweight Go

TL;DR: This work describes a design for generics in Go inspired by previous work on Featherweight Java and is one of the first to formalise monomorphisation.
Proceedings ArticleDOI

Parallelism by design: data analysis with sawzall

TL;DR: Very large data sets - telephone call records, network logs, high-resolution satellite images, or web document repositories - are not easily analyzed using traditional database techniques because they may be simply too large, grow too fast, or may not fit well in a database schema.