2 个仓库
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.
A bytecode optimizer for Android apps
Reduces execution time and memory usage by optimizing bytecode instructions during app operation.
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.