Skip to content

wangnick2017/DupTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DupTree & PrefixTree

The implementation of DupTree and PrefixTree from The Locality of Memory Checking.

This repo depends on:

Instructions

  • Build and make duptree
     $ cmake .
     $ make
  • Evaluate DupTree (Section 5.1)
     $ ./duptree [tree height]
  • Evaluate PrefixTree (Section 5.2)
    • Preparations
      • Download workloads from link.
      • Download a cloned and modifiled repository of go-ethereum to generate database opeartions from the above real-world workload. Put files of operations eth00.txt, eth01.txt, eth02.txt, eth03.txt in the same directory of duptree.
    • Run
       $ ./duptree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published