2 repository-uri
Grouping multiple protocol instructions into single messages to reduce network round trips.
Distinct from Asynchronous Command Execution: Specifically targets the batching of protocol-level messages for latency reduction rather than general task execution.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Protocol Message Batching. Refine with filters or upvote what's useful.
pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au
Groups multiple protocol instructions into single messages to minimize network round trips and increase speed.
bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.
Groups multiple attribute changes into single network requests to reduce communication overhead between backend and frontend.