Skip to content

Question on compressor of uint16_t #114

@yingfeng

Description

@yingfeng

Hi, FastPFor is a wonderful project and has already been added to our database infinity as the posting list codec for the builtin full text search engine.
However, currently we've not enabled it right now because we require the codec to be a template based one such that both uint32_t and uint16_t could be compressed and decompressed correctly. Current FastPFor provides interfaces for uint32_t, a naive solution is to cast between uint16_t and uint32_t one by one but it is not efficient, as a result, how to provide builtin codec for uint16_t ? Thank you ~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions