hot icon indicating copy to clipboard operation
hot copied to clipboard

HOT - Height Optimized Trie

Results 9 hot issues
Sort by recently updated
recently updated
newest added

In real world KV applications keys are often less that 255 bytes, but some could run 512bytes to 1K range, for example, if it's the concatenation of several business keys....

I tried the 'Getting Started' and failed in 'Initialize the submodules'. Than i changed the '.gitmodules' and 'CMakeLists.txt' . But the`//Boost download URL BOOST_URL:STRING=https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2` in CMakeCache.txt is 403 forbiden. So...

As I commented in https://github.com/speedskater/hot/issues/3 I was able to get your code to build and run. I am hopeful that with a little more work I can bring insertion times...

error mintioned as above, any idea how to fix this?, as i understood from the internet its a CMAKE CXX FLAG problem, ![image](https://user-images.githubusercontent.com/73888411/165755592-421fe6cf-907e-45a2-bcc9-abf03d668b7f.png) the cmake cxx flags at the HOT...

Hi, after running git `submodule update --init --recursive`, it says `Unable to checkout '096156e5637ba8e8308f2c22160dc31765b69320' in submodule path 'third-party/boost-cmake'`. So I tried to down boost-cmake from its github page. Because of...

Hi, I recently read your paper published in TODS and found a lot of new content such as LOL. I would like to ask if this part of the code...

the pext operation is very slow on AMD Zen 1+2 (up to 300 cycles, down to 3 in zen 3). have you perchance given any thought to how to make...

Hi, I am trying to re procedure the experiment for our paper. I tried to compile the code but it failed. Here is the log: error: temporary of non-literal type...

I ported the project to ARM, replacing x86 instructions with SIMDe and GCC built-in functions. However, the performance is very poor, and looking at the perf report, it doesn't seem...