scispace - formally typeset
B

Barbara Liskov

Researcher at Massachusetts Institute of Technology

Publications -  205
Citations -  26653

Barbara Liskov is an academic researcher from Massachusetts Institute of Technology. The author has contributed to research in topics: Byzantine fault tolerance & Replication (computing). The author has an hindex of 76, co-authored 204 publications receiving 25026 citations. Previous affiliations of Barbara Liskov include Carnegie Mellon University & Mitre Corporation.

Papers
More filters

HQ Replication: Properties and Optimizations

TL;DR: HQ is presented, a hybrid Byzantine-fault-tolerant state machine replication protocol that employs a lightweight quorum-based protocol when there is no contention, but uses BFT to resolve contention when it arises and is designed to scale as the number of faults increases.
Posted Content

The Impact of Timestamp Granularity in Optimistic Concurrency Control.

TL;DR: Traditional OCC can outperform mixed optimistic/pessimistic concurrency control algorithms by simply adding fine-grained version timestamps, and timestamp granularity has a greater impact than previously thought on the performance of transaction processing systems.
Proceedings ArticleDOI

Keynote presentation: Programming the turing machine

TL;DR: This talk will discuss how abstraction and modularity are used in the design of large programs, and how these concepts are supported in modern programming languages.
Book ChapterDOI

Replication Algorithms for Highly-Available Systems

TL;DR: The conditions under which the two schemes are applicable are discussed and an algorithm from each class is described, which compares the performance of the algorithms and identifies the situations in which one is superior to the other.