Skip to content

vcat01/Leonard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Leonard

Usenix Security'23

Requirements

Keras: 2.4.3 Tensorflow: 2.4.1 Numpy: 1.19.5

Storage

cd src
bash storage.sh

The final compressed files are vertex200m.params.json_s.gz (151320 bytes), vertex200m.hdf5.gz (1326020), table200m.params.json.gz (149739), edges200m.txt.gz (207054). The final size is 1.75 MB. The result may be slightly different when runing on different hardware.

Query:

For both Leonard and other databases, we exclude the database initialization time costs. For weighted searching, download the score map in https://drive.google.com/file/d/18MbTF-5JPWLAmPNlx2-qNwwzySq8dOIo/view?usp=sharing.

cd src
bash query_trace1.sh

Contact

If you have any questions, please send an email to hailun.ding@rutgers.edu

About

Usenix Security'23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.5%
  • Shell 2.5%