Skip to content
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

Add compressed_rs_support #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

MatsuTaku
Copy link
Collaborator

compressed_rs_support, bit_vector, rs_support_bv を追加

インターフェイスについて,compresssedは一つの辞書でTrit全てに対応しているため,テンプレート引数を関数に指定するようにしています.

また今回の実装は,入力trit_arrayの頻度からコードを対応させていて,各処理時に対応表からコードを呼び出すようにしていますが,予めテンプレートでコードを対応させておくなどで最適化は可能です.

ビット演算rank selectをlibboのヘッダファイルから持ってきていますが,名前空間やファイル構成などは都合よく変えてもらって構いません.Unlisensedなのでそのあたり問題ないです.

テストコードを色々改変しています.

compressed_rs_supportはイテレータ付きです.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant