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: Major release
- Created a new HTML file for testing WebSocket connections.
- Implemented UI components for connection status, metrics display, and event logging.
- Added JavaScript functionality to manage WebSocket connections and handle messages.
feat: Implement analyzer worker for code complexity analysis
- Introduced a new worker thread to offload code complexity analysis tasks.
- Implemented message handling for analysis requests and error responses.
feat: Create cache worker for managing cached data
- Developed a worker thread to handle caching operations with LRU eviction and TTL expiration.
- Implemented data compression for efficient storage.
feat: Implement thread pool for concurrent task execution
- Created a thread pool to manage multiple worker threads for executing tasks concurrently.
- Added functionality to queue tasks when all workers are busy.
feat: Develop worker manager for delegating CPU-intensive tasks
- Implemented a worker manager to handle task distribution among worker threads.
- Added error handling and task queuing mechanisms.
chore: Update TypeScript configuration for improved type safety
- Upgraded TypeScript target to ES2021 and added additional library support.
- Enhanced strictness settings for better type checking and error prevention.