From b7d51dbb00c1ea9b6d303d1203ffe9ce4981f59a Mon Sep 17 00:00:00 2001 From: Max Campbell <41460735+maxall41@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:50:56 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 952182c..ecf6a0c 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ RustSASA is a Rust library for computing the absolute solvent accessible surface ## RustSASA Implementation vs Biopython Implementation Benchmarks were performed on an M2 Apple Mac with 8GB of RAM and 8 Cores with the protein AF-A0A2K5XT84-F1 (AlphaFold). -Biopython: ~150ms +- Biopython: ~150ms -Freesasa: ~90ms +- Freesasa: ~90ms -RustSasa: ~40ms +- RustSASA: ~40ms ## Example Usage with `pdbtbx`: ```rust