Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8edf3a2
Fix test compile error
Mirovh Feb 15, 2026
0768218
Implement generic index functionality
Mirovh Feb 16, 2026
b8b8986
Add support for manual datastore type override
Mirovh Feb 16, 2026
bf5ee07
bugfixes
Mirovh Feb 16, 2026
ee1b4b6
small fix
Mirovh Feb 16, 2026
cc2c819
Merge pull request #1 from StreamIntelligenceLab/main
Mirovh Feb 27, 2026
bbd9f5c
Merge pull request #2 from Mirovh/main
Mirovh Feb 27, 2026
5a47e19
Add other single index permutations
Mirovh Mar 3, 2026
02e8f2d
Add new single index permutation exports
Mirovh Mar 3, 2026
bce15f5
Add single table index, idea for dynamic hexastore and bench all inde…
Mirovh Mar 4, 2026
3f5745d
Implement dynamic hexastore
Mirovh Mar 4, 2026
2216592
Fix all indexes shell file
Mirovh Mar 6, 2026
35cea67
Implement buckets
Mirovh Mar 23, 2026
98e217b
Implement buckets
Mirovh Mar 23, 2026
94436c4
dynamic hexastore fix and buckets improvements
Mirovh Mar 31, 2026
9c5c302
fix gitignore
Mirovh Mar 31, 2026
16547bc
Physical plan buckets
Mirovh Apr 7, 2026
5686a28
Fix buckets
Mirovh Apr 11, 2026
ac150b8
Implement partial hexastore
Mirovh Apr 18, 2026
3e62580
Add synthetic data stream benchmark
Mirovh Apr 19, 2026
ca7768b
split queries synthetic stream benchmark
Mirovh Apr 20, 2026
20660c5
Add more queries to synthetic stream benchmark
Mirovh Apr 20, 2026
6895834
changes
Mirovh Apr 24, 2026
aaa5b74
Merge pull request #4 from Mirovh/optimized-rdf-indexing-post-refactor
Mirovh May 6, 2026
3a64c9d
Merge remote-tracking branch 'upstream/main'
Mirovh May 17, 2026
4446fc6
remove old index from WatDiv helper script
Mirovh May 17, 2026
071ed19
patch gitignore
Mirovh May 17, 2026
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ kolibrie/src/cuda/cudajoin.lib
python/.venv/

# Some other directories
benchmark_dataset/
**/benchmark_results/
**/benchmark_dataset/

# IntelliJ
.idea/
Expand Down
25 changes: 25 additions & 0 deletions Cargo.lock

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

Loading