Skip to content

Ruby: Approximate FieldContent in data flow. - #22306

Draft
aschackmull wants to merge 1 commit into
github:mainfrom
aschackmull:ruby/approx-field-content
Draft

Ruby: Approximate FieldContent in data flow.#22306
aschackmull wants to merge 1 commit into
github:mainfrom
aschackmull:ruby/approx-field-content

Conversation

@aschackmull

Copy link
Copy Markdown
Contributor

Field content is usually the prime candidate for approximation in ContentApprox to ensure decent data flow performance (in stage 3). We've usually done something along the lines of using the first (interesting) letter of the field name, but I figured I might as well just bucket the names based on a ranking. I initially chose 30 buckets as a guess towards the same level of approximation as picking a letter. I then compared it to both 20 and 50 and indeed 30 seemed like a decent sweet spot.

@github-actions github-actions Bot added the Ruby label Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant