Dysco 1.1
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.