Giter Site home page Giter Site logo

icpp-rntree's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

icpp-rntree's Issues

Paper result replication

Hi, I'm trying to replicate the results in your paper. I've got the benchmark running without any errors on our lab's HTM + DAX machine.

Are these the correct commands to replicate the concurrent benchmarks?

Figure 8a (YCSB Workload A): ./benchmark -t 1 -n 24 -b 5 -w 0 -r 50
Figure 8b (YCSB Workload A): ./benchmark -t 1 -n 24 -b 5 -w 1 -S 0.8 -r 50
Figure 8c: ./benchmark -t 1 -n 24 -b 4 -w 1 -S 0.8 -r 90

I would of course run these with -t in {1, 2} (for the FPTree and RNTree, respectively), and -n in {1,2,4,8,16,24}.

Thanks!

shrinkLeaf

void splitLeafNode(leaf_node_t *leaf, inner_node_t *parent)
{
    if (leaf->slot[0] > LN_SIZE / 2)
    {
         ....
    }
    else
    {
        shrinkLeaf(leaf);
    }
}

Hey, I want to know if shrinkLeaf in the code section means node merge operation? It doesn't seem to be the node merge in its implementation.

k = -k - 1๏ผŸ

Hey, that is nice work. However, I'm confused about' k = -k - 1', which means the first number larger than k in your annotation. Can you explain it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.