Skip to content

Commit

Permalink
chore: bump xor8 (apache#972)
Browse files Browse the repository at this point in the history
## Rationale
Related with apache#967, reduce CPU consumption.

## Detailed Changes
- CeresDB/xorfilter#1
- CeresDB/xorfilter#2

## Test Plan

@zouxiang1993 will benchmark this in his test env.
  • Loading branch information
jiacai2050 authored and dust1 committed Aug 9, 2023
1 parent 1a5125c commit 5b2f9b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 81 deletions.
82 changes: 5 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ df_operator = { path = "df_operator" }
etcd-client = "0.10.3"
env_logger = "0.6"
futures = "0.3"
xorfilter-rs = { git = "https://github.com/datafuse-extras/xorfilter", features = [
"cbordata",
], tag = "databend-alpha.4" }
xorfilter-rs = { git = "https://github.com/CeresDB/xorfilter", rev = "ac8ef01" }
lazy_static = "1.4.0"
log = "0.4"
logger = { path = "components/logger" }
Expand Down
2 changes: 1 addition & 1 deletion analytic_engine/src/sst/parquet/meta_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use common_types::{
};
use common_util::define_result;
use snafu::{Backtrace, OptionExt, ResultExt, Snafu};
use xorfilter::{Xor8, Xor8Builder};
use xorfilter::xor8::{Xor8, Xor8Builder};

use crate::sst::writer::MetaData;

Expand Down

0 comments on commit 5b2f9b7

Please sign in to comment.