Skip to content

Commit

Permalink
remote 'yet' (make claims about the now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhance committed Aug 21, 2024
1 parent 8a52983 commit 94d5073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ memory log (all in Figure 8).
**Claim C**. The performance of the verified page table implementation is comparable to the corresponding unverified
implementation (with the exception of eager directory reclamation). (Figure 11)

**Claim D**. The prototype verified memory allocator can complete 8 out of 19 benchmarks from mimalloc’s benchmark suite, though it does not yet reach performance parity. (Figure 12)
**Claim D**. The prototype verified memory allocator can complete 8 out of 19 benchmarks from mimalloc’s benchmark suite, though it does not reach performance parity. (Figure 12)

**Claim E**. The initial version of the verified persisten memory log provided low throughput on small appends due to its extra copying; the latest version eliminates this overhead and achieves comparable throughput to the baseline, libpmemlog. (Figure 13)

Expand Down

0 comments on commit 94d5073

Please sign in to comment.