Skip to content

perf: implement wildcard suffix query dedicated path - #488

Closed
cheb0 wants to merge 0 commit into
0-enhance-token-block-memoryfrom
0-wildcard-suffix-query-spec
Closed

perf: implement wildcard suffix query dedicated path#488
cheb0 wants to merge 0 commit into
0-enhance-token-block-memoryfrom
0-wildcard-suffix-query-spec

Conversation

@cheb0

@cheb0 cheb0 commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Description

Dedicated wildcard path with pushing suffix finding to block level. Same as for contains.


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

@cheb0 cheb0 changed the title wildcard suffix query dedicated path perf: implement wildcard suffix query dedicated path Aug 10, 2026
@eguguchkin eguguchkin modified the milestone: v0.77.0 Aug 10, 2026
@cheb0
cheb0 force-pushed the 0-enhance-token-block-memory branch from 7543cbe to 2468d53 Compare August 12, 2026 10:45
@cheb0
cheb0 force-pushed the 0-wildcard-suffix-query-spec branch from 666f808 to fce1194 Compare August 12, 2026 11:46
@cheb0
cheb0 marked this pull request as ready for review August 13, 2026 04:34
@cheb0
cheb0 force-pushed the 0-enhance-token-block-memory branch from 6261f65 to 8d0d84c Compare August 13, 2026 04:44
@cheb0
cheb0 force-pushed the 0-wildcard-suffix-query-spec branch from fce1194 to e85baa8 Compare August 13, 2026 04:44
@cheb0
cheb0 force-pushed the 0-enhance-token-block-memory branch from 8d0d84c to 71984cd Compare August 13, 2026 04:51
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 20.09569% with 167 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (0-enhance-token-block-memory@71984cd). Learn more about missing BASE report.

Files with missing lines Patch % Lines
cmd/frac-search/main.go 0.00% 156 Missing ⚠️
frac/sealed/token/block_loader.go 62.50% 9 Missing ⚠️
frac/active_token_list.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                       Coverage Diff                       @@
##             0-enhance-token-block-memory     #488   +/-   ##
===============================================================
  Coverage                                ?   70.55%           
===============================================================
  Files                                   ?      234           
  Lines                                   ?    19262           
  Branches                                ?        0           
===============================================================
  Hits                                    ?    13591           
  Misses                                  ?     4642           
  Partials                                ?     1029           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cheb0 cheb0 closed this Aug 13, 2026
@cheb0
cheb0 force-pushed the 0-wildcard-suffix-query-spec branch from 426635f to 71984cd Compare August 13, 2026 04:52
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 a73114 6e2f00
678752766.00 B/op 770365741.00 B/op 1.13 🔴
MutexListAppend-4 a73114 6e2f00
194.53 MB/s 165.00 MB/s 0.85 🔴
83148539.00 ns/op 96968424.00 ns/op 1.17 🔴

@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 a73114 6e2f00
678752766.00 B/op 770081469.00 B/op 1.13 🔴
MutexListAppend-4 a73114 6e2f00
194.53 MB/s 172.57 MB/s 0.89 🔴
83148539.00 ns/op 92713376.00 ns/op 1.12 🔴

@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
MutexListAppend-4 a73114 04ac9a
194.53 MB/s 171.54 MB/s 0.88 🔴
83148539.00 ns/op 93271928.00 ns/op 1.12 🔴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants