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
chore(InMemoryEmbeddingSearchIndex): replace custom concurrent set with ConcurrentHashMap.newKeySet #200
This change improves the performance and memory usage by utilizing the built-in `ConcurrentHashMap.newKeySet()` for the `uncheckedIds` set, which provides a more efficient concurrent implementation.
0 commit comments