Skip to content

Commit

Permalink
Merge pull request #11 from ahmetuysal/develop
Browse files Browse the repository at this point in the history
version 0.1.0
  • Loading branch information
ahmetuysal authored Jan 23, 2020
2 parents c889c87 + a1ecbaf commit 8d2156f
Show file tree
Hide file tree
Showing 96 changed files with 478,435 additions and 539 deletions.
10 changes: 1 addition & 9 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/gs-algo-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/gs-algo-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/gs-algo-1.3.jar"/>
<classpathentry kind="lib" path="lib/gs-core-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/gs-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/gs-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/gs-ui-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/gs-ui-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/gs-ui-1.3.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar"/>
<classpathentry kind="lib" path="lib/guava-28.1-jre.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
89 changes: 89 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,92 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/bin/


### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/**/sonarlint/

# SonarQube Plugin
.idea/**/sonarIssues.xml

# Markdown Navigator plugin
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator/
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CoLoRSimulations</name>
<name>LogDos</name>
<comment></comment>
<projects>
</projects>
Expand Down
37 changes: 37 additions & 0 deletions LogDos.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/lib/org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/guava-28.1-jre.jar!/" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
</src_description>
</component>
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$/..">
<sourceFolder url="file://$MODULE_DIR$/../src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library">
<library name="org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/../lib/org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="guava-28.1-jre.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/../lib/guava-28.1-jre.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
Binary file removed lib/gs-algo-1.3-javadoc.jar
Binary file not shown.
Binary file removed lib/gs-algo-1.3-sources.jar
Binary file not shown.
Binary file removed lib/gs-algo-1.3.jar
Binary file not shown.
Binary file removed lib/gs-core-1.3-javadoc.jar
Binary file not shown.
Binary file removed lib/gs-core-1.3-sources.jar
Binary file not shown.
Binary file removed lib/gs-core-1.3.jar
Binary file not shown.
Binary file removed lib/gs-ui-1.3-javadoc.jar
Binary file not shown.
Binary file removed lib/gs-ui-1.3-sources.jar
Binary file not shown.
Binary file removed lib/gs-ui-1.3.jar
Binary file not shown.
Binary file added lib/guava-28.1-jre.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 60.19702911376953
0.001 27.154603958129883
0.01 11.791389465332031
0.05 6.226329803466797
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 90.2955436706543
0.001 40.73190498352051
0.01 17.68708324432373
0.05 9.339494705200195
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 120.39405822753906
0.001 54.30920600891113
0.01 23.582777976989746
0.05 12.452658653259277
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 30.098515510559082
0.001 13.577301979064941
0.01 5.895694732666016
0.05 3.113165855407715
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 36.20613765716553
0.001 19.48206615447998
0.01 10.035234451293945
0.05 5.957583427429199
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 54.30920600891113
0.001 29.223098754882812
0.01 15.052850723266602
0.05 8.93637466430664
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 72.41227531433105
0.001 38.964131355285645
0.01 20.070466995239258
0.05 11.915165901184082
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 18.103069305419922
0.001 9.741033554077148
0.01 5.017617225646973
0.05 2.978792190551758
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 18.28475570678711
0.001 13.711585998535156
0.01 9.148555755615234
0.05 5.957583427429199
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 27.427132606506348
0.001 20.567378997802734
0.01 13.722832679748535
0.05 8.93637466430664
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 36.5695104598999
0.001 27.423171997070312
0.01 18.297109603881836
0.05 11.915165901184082
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 9.142377853393555
0.001 6.8557939529418945
0.01 4.574277877807617
0.05 2.978792190551758
Loading

0 comments on commit 8d2156f

Please sign in to comment.