Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@fahad19
Copy link
Member

@fahad19 fahad19 commented Nov 29, 2025

Replaces #285

https://x.com/fahad19/status/1997694020894752861

What's done

How is it smaller?

Scoped datafiles are smaller in size because they would contain:

  • Less conditions: partially pre-known context makes some of them redundant
  • Less segments, and
  • Less rules (in features)

Resulting in:

  • Faster load time
  • Faster evaluations

Visually explaining it

scoped_experiment4

If we take country specific scopes as an example:

  • Using tags, Web users in the Netherlands would need to load the tagged datafile containing country specific rules for ALL countries (bigger in size)
  • Using scopes, Web users in the Netherlands would only need to load their own scoped datafile, which removes all the redundant conditions/segments/rules in the datafile targeting other countries that are not the Netherlands (much smaller in size)

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.

2 participants