mbhall88 / compression_benchmark

Benchmarking FASTQ compression with 'mature' compression algorithms
MIT License
30 stars 4 forks source link

Adding Julia and Go to grading table #5

Closed nrminor closed 11 months ago

nrminor commented 11 months ago

Hi Michael,

Just a small PR here to add Julia and Go to your grading table at the bottom of your README. Let me know if I have misinterpreted your grading system.

Thanks for putting these benchmarks together and writing them up!

mbhall88 commented 11 months ago

Thanks @nrminor. The Go zstd package does not seem to be part of the standard library or maintained by the language organisation? If that is correct it would be a B (or B+ if you know that the person maintaining it is an active contributor towards the language itself or something akin to that)

nrminor commented 11 months ago

Ah yes, I think you're right. The maintainer seems to be an active Go ecosystem contributor, but not a contributor to the language itself. I'll update my PR with another commit.