Skip to content

Dysco 1.1

Compare
Choose a tag to compare
@aroffringa aroffringa released this 14 Nov 08:44
· 66 commits to master since this release

This release fixes a few small issues:

  • This release supports Dysco-compressed sets with read-only access (#5).
  • A portability compilation option was added to the CMake config, that allows the creation of machine-independent binaries (#4).
  • The number of encoding threads is limited to 8, which solves a problem on pipelines that open 10s of sets at the same time and run on nodes with a high nr of cores.
  • Slightly better error messages when:
    • a file seems corrupted;
    • creating a thread fails.
  • Some code clean-up, some related to C++11 fixes.