Skip to content

Conversation

leerho
Copy link
Contributor

@leerho leerho commented Jun 22, 2024

No description provided.

c-dickens and others added 30 commits May 2, 2024 11:14
Added initial QF builder functions
circular table, no extension slots
fixed find_run_start() and removed adjustment in insert_new_run()
//hash_type = XxHash.hashLong ; //HashType.xxh;
}

public boolean rejuvenate(final long key) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'key' is never used.
return success;
}

protected boolean _search(final long largeHash) {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [Filter._search](1); it is advisable to add an Override annotation.
Hence, the `large_hash` argument is already a hash key that has been generated
by the hashing library (eg xxhash).
*/
protected boolean _insert(final long largeHash) {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [Filter._insert](1); it is advisable to add an Override annotation.
setFingerprint(index, fingerprint);
}

public String toString() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [Object.toString](1); it is advisable to add an Override annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants