-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
高速化 #19
Comments
#20 相補鎖の生成速度については 2倍以上向上した. |
複合塩基数の集計にはあまり向かないようであった. むしろ4倍遅くなった. |
Uint8 の比較を, |
SIMDMask を算出する |
N を無視しない複合塩基数の集計 の計算で, 以下のような改善が見られた.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SIMD を使用した配列オブジェクトを試作し, 転写, 相補鎖の生成などがどれだけ高速化されるか検証する.
The text was updated successfully, but these errors were encountered: