Shunsuke Kanda

Results 20 comments of Shunsuke Kanda

Impossible. The data structure of DynPDT does not support it. Poplar-trie would be suitable for applications where data is stored incrementally.

Poplar-trie would be useful for applications that continue to store streaming data such as Web crawler. With a static data structure such as marisa-trie, it would be difficult to perform...

So far, Poplar-trie only supports a byte-sequence as a key string. But in principle, this data structure can support n-byte sequences. A special terminator like '\0' is always needed.

No. Values can be accessed through string keys.

@RagnarGrootKoerkamp Sorry for the late reply. > Would you accept a PR for adding get_unchecked and std::ops::Index to BitVector? I'm considering switching from [bitvec](https://docs.rs/bitvec/1.0.1/bitvec/) to sucds because I'm also using...

@hirosassa Thank you for your suggestion! As you said, such traits are essential for scaling up the crate, not only for rank/select on bit vectors but also for compressed integer...

@jiguanglizipao Sorry for the late reply. > Is it possible to specify string IDs or make them ranked in lexicographical order? No. String IDs must be in random order due...

@tobygodwin Thank you for your interest! Yes. I have such a plan, and I have already implemented some parts of it (on local). Right now I'm too busy with work...

@ebegumisa Thank you so much for your kind words! Your feedback keeps us motivated and inspired to develop.