2 repositorios
Moving CPU-intensive or network-bound operations from the main UI thread to background queues.
Distinct from Main Thread Offloading: General thread offloading for UI responsiveness, distinct from web workers or kernel threads.
Explore 2 awesome GitHub repositories matching web development · Thread Offloading. Refine with filters or upvote what's useful.
This project is a comprehensive framework for iOS application development, centered on building mobile applications that feature custom user interface components, asynchronous task management, and local data persistence. It serves as a technical knowledge base for software engineering, providing tools to organize and publish architectural analyses and notes in Markdown format. The framework distinguishes itself through a robust document-based storage layer that utilizes BSON-formatted records to perform CRUD operations within a NoSQL document store. It provides extensive system integration ca
Offloads CPU-intensive or network-bound work from the main thread to background queues.
Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific
Provides thread offloading to move intensive operations and database queries away from the main execution loop.