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
feat: optimize packagejson cache with concurrent-safe sync/atomic and SyncMap
- Replaced sync.RWMutex with atomic.Bool for thread-safe readonly flag
- Switched to collections.SyncMap for concurrent cache access
- Updated getPackageJsonInfo to use new IsReadonly() method
- Added SetReadonly method for efficient readonly state management
- Enhanced Get/Set operations for improved performance and thread safety
0 commit comments