Skip to content

Commit cbb4cb5

Browse files
committed
readme update
1 parent efaf099 commit cbb4cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suffix-tree-index-experiments
22

3-
This project is designed to test the performance of string search operations using a suffix tree index and various databases, including Elasticsearch, PostgreSQL, MySQL, and ClickHouse. The experiment environment is implemented using the JUnit Jupiter engine.
3+
This project is designed to test the performance of string search operations using a suffix tree index based on this implementation https://github.com/abahgat/suffixtree. It also tests various databases, including Elasticsearch, PostgreSQL, MySQL, and ClickHouse. The experiment environment is implemented using the JUnit Jupiter engine.
44

55
## Project Structure
66

0 commit comments

Comments
 (0)