Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxall41 authored Apr 28, 2024
1 parent 8682205 commit d30b264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ residue_sasa_values = calculate_sasa_at_residue_level("path_to_pdb_file.pdb") #
```
See full docs [here](https://github.com/maxall41/rust-sasa-python/blob/main/DOCS.md)

## RustSASA Implementation vs Biopython Implementation
## Benchmarking
Benchmarks were performed on an M2 Apple Mac with 8GB of RAM and 8 Cores with the protein AF-A0A2K5XT84-F1 (AlphaFold).

- Biopython: ~150ms
Expand All @@ -33,7 +33,7 @@ Benchmarks were performed on an M2 Apple Mac with 8GB of RAM and 8 Cores with th

- RustSASA: ~40ms

## Example Usage with `pdbtbx`:
## Example Usage in Rust with `pdbtbx`:
```rust
use pdbtbx::StrictnessLevel;
use rust_sasa::{Atom, calculate_sasa, calculate_sasa_internal, SASALevel};
Expand Down

0 comments on commit d30b264

Please sign in to comment.