Skip to content

Commit f898046

Browse files
committed
Ready for release - no speed regressions on static binary
1 parent 09ffba0 commit f898046

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

RELEASE-NOTES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## ChangeLog v0.8.2 (2022....)
22

3-
+ Purged lz4 sources if favour of using the lz4 dependency (the Debian
4-
library appears to be complete
3+
+ Slightly faster static sambamba with ldc2 1.27+LLVM 11.
4+
+ Purged lz4 sources in favour of using the lz4 dependency (the Debian
5+
library appears to be complete)
56
+ Fixed meson builds for Debian, see https://github.com/biod/sambamba/issues/484
67
(thanks @atille)
78
+ Removed most ldc2 deprecation warnings

test/benchmark/stats.org

+11-12
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,27 @@ wget ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/phase3/data/HG00100/alignment/HG00
1010
Processing an 841Mb BAM file.
1111

1212

13-
*** Penguin2
13+
*** Penguin2 56x Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz, 256Gb
14+
15+
Sambamba appears to be slightly faster between 0.8.1 and 0.8.2 thanks to ldc2 and LLVM updates.
1416

1517
#+begin_src sh
1618
time ./sambamba-0.8.2 sort HG00100.chrom20.ILLUMINA.bwa.GBR.low_coverage.20130415.bam >
1719
/dev/null
1820

19-
sambamba 0.8.2
20-
by Artem Tarasov and Pjotr Prins (C) 2012-2021
21+
sambamba 0.8.2 by Artem Tarasov and Pjotr Prins (C) 2012-2021
2122
LDC 1.27.1 / DMD v2.097.2 / LLVM11.0.0 / bootstrap LDC - the LLVM D compiler (1.27.1)
2223

24+
real 0m18.636s
25+
user 3m47.704s
26+
sys 0m18.764s
2327

24-
real 0m18.863s
25-
user 4m5.428s
26-
sys 0m20.552s
27-
28-
sambamba 0.8.1
29-
by Artem Tarasov and Pjotr Prins (C) 2012-2021
28+
sambamba 0.8.1 by Artem Tarasov and Pjotr Prins (C) 2012-2021
3029
LDC 1.26.0 / DMD v2.096.1 / LLVM9.0.1 / bootstrap LDC - the LLVM D compiler (0.17.6)
3130

32-
real 0m20.158s
33-
user 4m5.968s
34-
sys 0m20.212s
31+
real 0m19.045s
32+
user 3m50.088s
33+
sys 0m16.908s
3534
#+end_src
3635

3736
*** AMD Ryzen 7 3700X 8-Core Processor

0 commit comments

Comments
 (0)