diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-05-06 21:27:51 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-05-06 21:27:51 +0800 |
| commit | de9d82e8074c9b67a04989f9b6be62890b7c95bb (patch) | |
| tree | a86dc1c0f08cab2033f2ba05e0dc248a4c050b42 /result.txt | |
| parent | 819bf74c2841fabdcc481e12e13615d48a92cb7f (diff) | |
| download | site-search-bm-de9d82e8074c9b67a04989f9b6be62890b7c95bb.tar.gz | |
Diffstat (limited to 'result.txt')
| -rw-r--r-- | result.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/result.txt b/result.txt new file mode 100644 index 0000000..b9407ce --- /dev/null +++ b/result.txt @@ -0,0 +1,35 @@ +============================================================= +SEARCH BENCHMARK: Suffix array vs. Linear regex +ARTICLE SIZE: 8 KB +============================================================= + +500 files (Targeting: keyword_-1): +----------------+----------------------+--------------------- +METRIC | SA | REGEX +----------------+----------------------+--------------------- +Search time | 0.0014s | 0.0451s +Peak RAM | 8124 KB | 9612 KB +Indexing time | 18.1865s | N/A +Index size | 19610.39 KB | N/A +----------------+----------------------+--------------------- + +1000 files (Targeting: keyword_-1): +----------------+----------------------+--------------------- +METRIC | SA | REGEX +----------------+----------------------+--------------------- +Search time | 0.0021s | 0.0918s +Peak RAM | 8280 KB | 9960 KB +Indexing time | 43.1748s | N/A +Index size | 39225.06 KB | N/A +----------------+----------------------+--------------------- + +10000 files (Targeting: keyword_-1): +----------------+----------------------+--------------------- +METRIC | SA | REGEX +----------------+----------------------+--------------------- +Search time | 0.0173s | 1.1275s +Peak RAM | 11848 KB | 13392 KB +Indexing time | 663.3909s | N/A +Index size | 392263.01 KB | N/A +----------------+----------------------+--------------------- + |
