1 个仓库
Utilities for estimating available system RAM through browser APIs to adapt resource usage.
Distinct from Memory Capacity Estimators: Existing memory estimators target server-side ingesters or ML models, not client-side browser RAM estimation.
Explore 1 awesome GitHub repository matching web development · Browser Memory Estimators. Refine with filters or upvote what's useful.
react-adaptive-hooks 是一组 React Hook 和包装器,旨在与浏览器 API 交互以检测硬件、媒体和网络能力。它将底层的浏览器设备信号与 React 组件生命周期同步,以驱动自适应用户界面。 该项目提供了监控硬件资源的工具,包括系统内存估算和 CPU 逻辑核心检测,以调整计算强度。它包括验证特定视频和图像解码格式的本地支持,以及监控网络连接类型和数据节省偏好的功能。 这些工具能够根据实时设备和网络限制来调整媒体交付、前端资源质量和应用复杂度。
Estimates available system RAM to disable memory-intensive features or animations on low-end devices.