-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic dispatch for block codecs (#579)
Use dynamic dispatch for block codecs. The old class template `block_freq_index` is replaced by the `BlockInvertedIndex` class. This class contains a shared pointer to a `BlockCodec` object, which is a superclass of all block codec implementations. Changelog-changed: `BlockInvertedIndex` replaces `block_freq_index` Changelog-performance: Expect a slight performance drop of all block codecs
Showing
72 changed files
with
2,129 additions
and
1,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fmt
updated
80 files
Oops, something went wrong.