mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 06:34:41 +03:00
fdr: remove confirm split and pull-back
This commit is contained in:
committed by
Matthew Barr
parent
7c2627f2c2
commit
df7bc22ae0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -43,8 +43,6 @@ struct FDREngineDef {
|
||||
u32 schemeWidth;
|
||||
u32 numBuckets;
|
||||
u64a cpu_features;
|
||||
u32 confirmPullBackDistance;
|
||||
u32 confirmTopLevelSplit;
|
||||
};
|
||||
|
||||
class FDREngineDescription : public EngineDescription {
|
||||
@@ -64,7 +62,6 @@ public:
|
||||
explicit FDREngineDescription(const FDREngineDef &def);
|
||||
|
||||
u32 getDefaultFloodSuffixLength() const override;
|
||||
bool typicallyHoldsOneCharLits() const override { return stride == 1; }
|
||||
};
|
||||
|
||||
std::unique_ptr<FDREngineDescription>
|
||||
|
||||
Reference in New Issue
Block a user