You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FSSDK-11900] fix: potential concurrent issue for cmab decision (#608)
* refactor: improve thread safety in getDecision function
- Introduce a lock array to prevent race conditions
- Implement getLockIndex method for calculating lock index based on user and rule IDs
* refactor: update getLockIndex algorithm
- Replace hash function with MurmurHash3 for improved performance
- Calculate lockIndex directly instead of using intermediate variables
0 commit comments