Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ELF Java implementation to our reproducibility scripts #30

Merged
merged 4 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,18 @@ plot/*.tex
*.out
*.app


# Java stuff
/.idea/

# Compiled class file
*.class

# Log file
*.log

target

# idea ignore
.idea
*.iml
2 changes: 2 additions & 0 deletions availability_reproducibility_initiative_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- **g++** (required for PED benchmarks)
- **pandas** (required for plots)
- **seaborn** (required for plots)
- **Java 8** (required for ELF)
- **[Maven 3.9.9](https://maven.apache.org/download.cgi)** (required for ELF)

**This [script](/publication/script/install_dependencies.sh) can be used to install all necessary dependencies on Ubuntu.**

Expand Down
1 change: 1 addition & 0 deletions data/include/data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "float/float_dataset.hpp"
#include "generated_columns.hpp"
#include <fstream>
#include <vector>

namespace alp_data {

Expand Down
31 changes: 31 additions & 0 deletions publication/compression_ratio_result/double/elf.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
dataset,size
Air-Pressure,14.250052896863126
Arade/4,34.58406355574324
Basel-Temp,36.8469970703125
Basel-Wind,36.71810709635417
Bird-Mig,22.779698988970587
Btc-Price,36.4169921875
Blockchain,41.261119791666665
City-Temp,17.950003235702326
CMS/1,27.711062611976295
CMS/9,14.790311574042171
CMS/25,51.33728778338617
Dew-Temp,20.85453337786079
Bio-Temp,16.658233533273773
Food-prices,17.308489362200298
Gov/10,30.466164734024897
Gov/26,3.1587112541019366
Gov/30,7.167372230285761
Gov/31,4.502273050264937
Gov/40,3.342303183003062
Medicare/1,31.86617809829796
Medicare/9,15.029428662486218
PM10-dust,10.38255027488426
NYC/29,32.04320823336708
POI-lat,61.53370555932971
POI-lon,67.78486611186594
SD-bench,20.410400390625
Stocks-DE,14.411698357509284
Stocks-UK,12.048086146588751
Stocks-USA,12.196386975772784
Wind-dir,25.61865170272013
Loading
Loading