Skip to content

Roadmap

Hannes Hauswedell edited this page Sep 5, 2016 · 7 revisions

Modern C++

Sessions

  • Introduction to Modern C++ [R]
  • Construction, Initialisation, Destruction, Function interfaces [H]
  • References/Move Semantics: rule-of-five, ... [H]
  • Memory Management: RAII, pointer types, ... [R]
  • Variable Templates (replace Value-Metafunctions), constexpr, if-constexpr [H]
  • Type Traits vs Metafunctions [H]
  • Algorithms Library [R]
  • Functional Programming: Lambda, Variadic Templates, Folding [R]
  • Exceptions, exception-safety [R]
  • Parallelism: SIMD, atomic, threads, OMP, TBB, ... [M+R]
  • Concepts [H]

Idea:

  • Monday 11 o'clock session with 15-30min presentation and Q&A
  • mandatory for all SeqAn team members, optional for OpenMS
  • Presumably start on 22nd of August.

SeqAn 3 design

General sessions (for everyone)

  • general library design (how we bring all the stuff from above together) [H+R]
  • documentation system [Jo+H]
  • unit tests, CI, performance tests, Continuous Deployment, Static Code Analysis [R+S]
  • Build System (external Apps) [H+M]

Module sessions (3-5 people) [] -> people who do take part in this session

  • alphabet module and container module session [H+R+C+S
  • align module session(s) [H+R+M
  • index module session(s) [H+R+C+
  • io sessions
    • system io (mmap, compression..) [H+R+T+S
    • sequence_io [H+R+S
    • align_io [H+R+T
    • annotation_io und rna_struct_io [H+R+JΓΆ
  • external libraries (GSL-like lib with correct license, Boost(subset)?, SIMD lib?, test or doc libs?) [
Clone this wiki locally