You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which PikiwiDB functionalities are relevant/related to the feature request?
other
Description
currently uses crc32 which is very slow. can do in configuration to switch hash function xxh3 etc.
Proposed solution
i can do this part BUT i need someone to help code the "configuration" parameters into the config file for both codis and pika so i can add xxh3.
i've already done this but hard coded xxh3 by changing internals from crc32.
anyone who can make it a config, pls do in .conf file
hash = "crc32" // <-- this and i will add 1. fnv1a & 2. xxh3 function and features into both pika and codis.
so basically means need someone to help make it parameterized will do. thx
Alternatives considered
i've hardcoded xxh3 into both pika and codis and saw a 22% increase in speed improvement.
e.g. 80000 req/s to 100000 req/s
The text was updated successfully, but these errors were encountered:
Which PikiwiDB functionalities are relevant/related to the feature request?
other
Description
currently uses crc32 which is very slow. can do in configuration to switch hash function xxh3 etc.
Proposed solution
i can do this part BUT i need someone to help code the "configuration" parameters into the config file for both codis and pika so i can add xxh3.
i've already done this but hard coded xxh3 by changing internals from crc32.
anyone who can make it a config, pls do in .conf file
so basically means need someone to help make it parameterized will do. thx
Alternatives considered
i've hardcoded xxh3 into both pika and codis and saw a 22% increase in speed improvement.
e.g. 80000 req/s to 100000 req/s
The text was updated successfully, but these errors were encountered: