Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Sep 26, 2024
1 parent cce22ad commit 60104e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions joss_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ authors:
- name: Hugo Macdermott-Opeskin
orcid: 0000-0002-7393-7457
affiliation: 1
- name: Oliver Beckstein
orcid: 000-0003-1340-0831
affiliation: 1
- name: Edis Jakupovic
affiliation: 1
- name: Yuxuan Zhuang
Expand All @@ -24,6 +21,9 @@ authors:
- name: Richard J Gowers
orcid: 0000-0002-3241-1846
affiliations: 1
- name: Oliver Beckstein
orcid: 000-0003-1340-0831
affiliation: 1
affiliations:
- name: Placeholder
index: 1
Expand Down Expand Up @@ -91,7 +91,7 @@ u = mda.Universe("sample_topology.top", "s3://sample-bucket-name/trajectory.h5md
Initial benchmarks show that `Zarrtraj` can iterate
through an AWS S3 cloud trajectory (load into memory one frame at a time)
at roughly 1/2 or 1/3 the speed it can iterate through the same trajectory from disk and roughly
1/5 to 1/10 the speed it can iterate through the same trajectory in XTC format \autoref{fig:benchmark}.
1/5 to 1/10 the speed it can iterate through the same trajectory on disk in XTC format \autoref{fig:benchmark}.
However, it should be noted that this speed is influenced by network latency and that
writing parallelized algorithms can offset this loss of speed.

Expand Down

0 comments on commit 60104e4

Please sign in to comment.