Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: statsig-io/java-server-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.5
Choose a base ref
...
head repository: statsig-io/java-server-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 22, 2025

  1. perf: optimize segment evaluation using Set (#470)

    when we evaluate nested segments with id lists ( I feel like actually it
    has nothing to do nested segments?)
    We are always treating this id lists using array look up I think no
    matter whether this is a nested segments or not?
    
    This PR optimized it in a way that when we parsing the DCS, we prepare
    it and save it to a set if that's a `id_list`
    weihao-statsig authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    0bbb71c View commit details
    Browse the repository at this point in the history
  2. [release] 2.0.6 - Perf Improvements - Segments (#471)

    ### Improvements
      - Performance improvements when evaluating segments with ID lists
    
    
    
    
    
    
    >Included In This Release
    >- 0bbb71c Weihao Ding
    >   - perf: optimize segment evaluation using Set (#470)
    weihao-statsig authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    12a73ab View commit details
    Browse the repository at this point in the history
Loading