Skip to main content
  1. Projects/

Bioinformatics Algorithm Library aka BINARY

110 words·1 min· loading · loading · ·
Bioinformatics C++ Algorithm Data Structure

The library is a collection of algorithms and data structures that are designed for modern C++ bioinformatics applications. You can use the library in your own projects or as a part of a larger project.

The library will include efficient data structure and algorithm implemented by Modern C++.

The design philosophy of the library:

  • Embrace C++20 standard
  • Supports modern C++ features
  • Support concurrency and thread safety
  • Priority is given to safety and clean design
  • Hard to use wrongly
  • Testing extensively
  • Python bindings
ylab-hi/BINARY

BIoiNformatics Algorithms libRarY aka BINARY

C++
2
0

The current project is developing and evolving, and changes will be made to the library as time goes on.

Related

Bioinformatics Toolbox Aka Boss
100 words·1 min· loading · loading
Bioinformatics Develop C++
Nei Saitou Neighbor Joining
3625 words·18 mins· loading · loading
Bioinformatics Algorithm
Code Snippets
·766 words·4 mins· loading · loading
C++ Rust Develop