awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesStream Execution Timing

Measuring the total elapsed time from the start to the completion of a data stream.

Distinct from Function Execution Timing: Specializes general function timing to the specific context of asynchronous stream completion.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Stream Execution Timing. Refine with filters or upvote what's useful.

Awesome Stream Execution Timing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/redexfacebook 的头像

    facebook/redex

    6,292在 GitHub 上查看↗

    A bytecode optimizer for Android apps

    Reduces execution time and memory usage by optimizing bytecode instructions during app operation.

    C++
    在 GitHub 上查看↗6,292
  • mozilla/rhinomozilla 的头像

    mozilla/rhino

    4,594在 GitHub 上查看↗

    Rhino 是一个基于 Java 的 JavaScript 引擎,实现了用于在 Java 虚拟机(JVM)内执行的 ECMAScript 兼容层。它作为一个嵌入式脚本引擎和脚本桥接器,允许将 JavaScript 代码集成并执行在 Java 应用中。 该项目通过将 Java 类和对象映射到 JavaScript 环境中,促进了跨语言的直接通信。这种集成使脚本能够通过专用的映射机制与内部系统服务和原生宿主对象进行交互。 该引擎通过将 JavaScript 编译为 Java 字节码来优化性能,并支持双模式执行模型以平衡启动时间和运行时速度。它包括跨语言数据序列化、XML 处理以及为并发任务管理隔离执行上下文的功能。 提供了一个交互式 Shell,用于逻辑的实时编辑和调试。

    Optimizes execution by selecting between interpreted mode and bytecode compilation based on performance needs.

    JavaScript
    在 GitHub 上查看↗4,594
  1. Home
  2. Software Engineering & Architecture
  3. Function Execution Timing
  4. Stream Execution Timing

探索子标签

  • Bytecode Execution OptimizersTools that reduce execution time and memory usage by optimizing bytecode instructions during app operation. **Distinct from Stream Execution Timing:** Distinct from Stream Execution Timing: focuses on optimizing bytecode execution performance, not measuring stream completion times.