Showing 107 open source projects for "jit"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    JiT

    JiT

    PyTorch implementation of JiT

    JiT is an open-source PyTorch implementation of a state-of-the-art image diffusion model designed around a minimalist yet powerful architecture for pixel-level generative modeling, based on the paper Back to Basics: Let Denoising Generative Models Denoise. Rather than predicting noise, JiT models directly predict clean image data, which the research suggests aligns better with the manifold structure of natural images and leads to stronger generative performance at high resolution. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    UTM

    UTM

    Virtual machines for iOS and macOS

    ...As a result, UTM SE does not require jailbreaking or any JIT workarounds and can be sideloaded as a regular app.
    Downloads: 221 This Week
    Last Update:
    See Project
  • 3
    Geode iOS Launcher

    Geode iOS Launcher

    Manages installing and launching Geometry Dash for iOS

    ...It incorporates mechanisms to enable or simulate Just-In-Time execution, allowing mods to function even under Apple’s limitations, including partial support through JIT-less execution modes. The launcher also integrates mod management features, letting users browse, install, and update modifications directly within the app environment.
    Downloads: 557 This Week
    Last Update:
    See Project
  • 4
    JITWatch

    JITWatch

    Log analyser / visualiser for Java HotSpot JIT compiler

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Criterium

    Criterium

    Benchmarking library for clojure

    Criterium is a robust benchmarking library for Clojure that addresses common statistical and JIT-related issues. It provides accurate timings through warm-up, garbage collection control, and statistical summaries—making microbenchmarking more reliable than using time. Statistical processing of multiple evaluations. Inclusion of a warm-up period, designed to allow the JIT compiler to optimise its code. Purging of gc before testing, to isolate timings from GC state prior to testing. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    XLS

    XLS

    XLS: Accelerated HW Synthesis

    ...At the front end, DSLX lets you describe algorithms with strong typing and familiar control flow while remaining synthesis-friendly. The compiler lowers DSLX into a rich intermediate representation, applies aggressive optimization and scheduling passes, and can either JIT the design for software simulation or emit Verilog for FPGA/ASIC flows. A key idea is “software-style” iteration: fast, deterministic simulation via the JIT encourages test-driven development and property checking before committing to RTL. XLS also provides tooling for pipelining, state insertion, and formal equivalence checks between different stages, giving developers confidence as designs evolve. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Mercurius

    Mercurius

    Implement GraphQL servers and gateways with Fastify

    Mercurius is a GraphQL adapter for Fastify. Caching of query parsing and validation. Automatic loader integration to avoid 1 + N queries. Just-In-Time compiler via graphql-jit. Federation support via @mercuriusjs/federation, including Subscriptions. Gateway implementation via @mercuriusjs/gateway, including Subscriptions. Batched query support. Customisable persisted queries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    DeepGEMM

    DeepGEMM

    Clean and efficient FP8 GEMM kernels with fine-grained scaling

    ...It supports both standard and “grouped” GEMMs, which is useful for architectures like Mixture of Experts (MoE) that require segmented matrix multiplications. One distinguishing aspect is that DeepGEMM compiles its kernels at runtime (via a lightweight Just-In-Time (JIT) module), so users don’t need to precompile CUDA kernels before installation. Despite its lean design, it includes scaling strategies (fine-grained scaling) and optimizations inspired by cutting edge systems (drawing from ideas in CUTLASS, CuTe) but in a more streamlined form.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 9
    Numba CUDA Target

    Numba CUDA Target

    The CUDA target for Numba

    Numba CUDA Target is NVIDIA’s maintained CUDA backend for the Numba JIT compiler, enabling developers to write GPU-accelerated code directly in Python. It allows users to define CUDA kernels using Python syntax, which are then compiled into efficient GPU code at runtime using LLVM-based toolchains. This approach significantly lowers the barrier to entry for GPU programming by eliminating the need to write CUDA C++ while still delivering high performance.
    Downloads: 26 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Fury

    Fury

    A blazing fast multi-language serialization framework

    Fury is a blazing-fast multi-language serialization framework powered by jit(just-in-time compilation) and zero-copy, providing up to 170x performance and ultimate ease of use. Based on efficient JIT, struct deserialization can get 170x speed up compared to other serialization frameworks. In serialization scenarios, Fury can achieve a 100x speed up compared to traditional serialization frameworks. If you use Java clusters on a large scale, this will save a lot of computing resources.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Torch-TensorRT

    Torch-TensorRT

    PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT

    Torch-TensorRT is a compiler for PyTorch/TorchScript, targeting NVIDIA GPUs via NVIDIA’s TensorRT Deep Learning Optimizer and Runtime. Unlike PyTorch’s Just-In-Time (JIT) compiler, Torch-TensorRT is an Ahead-of-Time (AOT) compiler, meaning that before you deploy your TorchScript code, you go through an explicit compile step to convert a standard TorchScript program into a module targeting a TensorRT engine. Torch-TensorRT operates as a PyTorch extension and compiles modules that integrate into the JIT runtime seamlessly. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12
    Taichi

    Taichi

    Productive, portable, and performant GPU programming in Python

    Taichi is an open-source, embedded DSL within Python designed for high-performance numerical and physical simulations. It uses JIT compilation (via LLVM and its runtime TiRT) to offload compute-heavy code to CPUs, GPUs, mobile devices, and embedded systems. With built-in support for sparse data structures (SNode), automatic differentiation, AOT deployment, and compatibility with CUDA, Vulkan, Metal, and OpenGL ES, it empowers disciplines like simulation, graphics, AI, and robotics
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Wasmi

    Wasmi

    Efficient and versatile WebAssembly interpreter for embedded systems

    wasmi is a lightweight WebAssembly interpreter written in Rust that is designed to execute Wasm binaries efficiently in constrained or embedded environments. Unlike JIT-based runtimes, wasmi focuses on interpretation, prioritizing portability, determinism, and low resource usage over maximum raw performance. It is particularly well-suited for blockchain systems, embedded devices, and other contexts where predictable execution and minimal dependencies are critical. The runtime implements the WebAssembly specification and provides a safe execution environment with strict sandboxing, ensuring that untrusted code cannot access host resources without explicit permission. wasmi also emphasizes modularity and embeddability, allowing developers to integrate it into their applications with fine-grained control over execution behavior. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    AsmJit

    AsmJit

    Low-latency machine code generation

    AsmJit is a low-level code generation library designed for dynamically creating machine code at runtime, enabling just-in-time (JIT) compilation for performance-critical applications. It provides a high-level API that abstracts away the complexity of writing raw assembly while still allowing fine-grained control over instruction generation. The library supports multiple architectures, including x86 and x64, making it versatile for cross-platform development. It is commonly used in applications such as emulators, compilers, and high-performance computing systems where runtime optimization is essential. asmjit emphasizes low latency and efficiency, ensuring that generated code executes quickly without significant overhead. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    melonDS Android port

    melonDS Android port

    Android port of melonDS

    ...The emulator includes support for features such as save states, ROM loading, and integration with third-party frontend launchers. Performance is optimized through techniques like just-in-time (JIT) compilation and threaded rendering, allowing many games to run at full speed on modern 64-bit devices. The project also supports compressed ROM formats and flexible file handling through Android’s storage access framework. While some advanced features such as local multiplayer are still missing, the emulator continues to evolve with frequent updates and community contributions.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Play!

    Play!

    Play! - PlayStation2 Emulator

    ...pursues compatibility incrementally, with many titles playable to varying degrees and an active compatibility tracker detailing individual game status. The project supports optimizations such as JIT code generation on compatible platforms to improve performance and offers a broad set of build targets so developers and users can experiment with different back ends and environments.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    v86

    v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

    v86 is an open-source x86 PC emulator that runs entirely in the browser using WebAssembly for near-native performance. It translates x86 machine code into WebAssembly at runtime, enabling users to boot and run full operating systems without installing anything locally. The emulator supports a wide range of legacy systems, including Linux, Windows 95/98/2000, FreeDOS, and various experimental OSes. It simulates essential hardware components such as CPU, memory, VGA graphics, sound cards,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    WebAssembly Micro Runtime

    WebAssembly Micro Runtime

    WebAssembly Micro Runtime (WAMR)

    ...Developed under the Bytecode Alliance, WAMR emphasizes a small memory footprint and high configurability, enabling it to operate effectively even in constrained hardware environments. The runtime supports multiple execution modes, including interpreter, Ahead-of-Time (AOT) compilation, and Just-in-Time (JIT) compilation, allowing developers to balance performance and portability depending on their needs. WAMR also provides near-native execution speed through its optimized compilation strategies, making it suitable for performance-critical applications. It includes a modular architecture with components such as a runtime core, an AOT compiler, and application frameworks that facilitate real-world deployment scenarios.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Box64

    Box64

    Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux

    Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux systems, like ARM (the host system needs to be 32bit little-endian). Because box86 uses the native versions of some “system” libraries, like libc, libm, SDL, and OpenGL, it’s easy to integrate and use with most applications, and performance can be surprisingly high in some cases. Many games already work without much tweaking, for example: WorldOfGoo, Airline Tycoon Deluxe, and FTL. Many of the GameMaker Linux games also...
    Downloads: 208 This Week
    Last Update:
    See Project
  • 20
    melonDS

    melonDS

    DS emulator, sorta

    melonDS aims at providing fast and accurate Nintendo DS emulation. While it is still a work in progress, it has a pretty solid set of features. Firmware boot (not direct boot) requires a BIOS/firmware dump from an original DS or DS Lite. DS firmwares dumped from a DSi or 3DS aren't bootable and only contain configuration data, thus they are only suitable when booting games directly. DS BIOS dumps from a DSi or 3DS can be used with no compatibility issues.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Tunix

    Tunix

    A JAX-native LLM Post-Training Library

    Tunix is a JAX-native library for post-training large language models, bringing supervised fine-tuning, reinforcement learning–based alignment, and knowledge distillation into one coherent toolkit. It embraces JAX’s strengths—functional programming, jit compilation, and effortless multi-device execution—so experiments scale from a single GPU to pods of TPUs with minimal code changes. The library is organized around modular pipelines for data loading, rollout, optimization, and evaluation, letting practitioners swap components without rewriting the whole stack. Examples and reference configs demonstrate end-to-end runs for common model families, helping teams reproduce baselines before customizing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Flax

    Flax

    Flax is a neural network library for JAX

    ...Its design separates pure computation from state by threading parameter collections and RNGs explicitly, enabling reproducibility, transformation, and easy experimentation with JAX transforms like jit, pmap, and vmap. Modules define parameterized computations, but initialization and application remain side-effect free, which pairs naturally with JAX’s staging and compilation model. Flax emphasizes composability: optimizers, training loops, and checkpointing are provided as examples or utilities rather than monolithic frameworks, encouraging research-friendly customization. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MIR

    MIR

    A lightweight JIT compiler based on MIR

    MIR means Medium Internal Representation. MIR project goal is to provide a basis to implement fast and lightweight interpreters and JITs. Plans to try MIR light-weight JIT first for CRuby or/and MRuby implementation. Each module can contain functions and declarations and data. Each function has a signature (parameters and return types), local variables (including function arguments) and instructions. Each local variable has a type which can be only a 64-bit integer, float, double, or long double. Each instruction has an opcode and operands. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sonic JSON

    Sonic JSON

    A blazingly fast JSON serializing & deserializing library

    A blazingly fast JSON serializing & deserializing library, accelerated by JIT (just-in-time compiling) and SIMD (single-instruction-multiple-data).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    LatticeQCD.jl

    LatticeQCD.jl

    A native Julia code for lattice QCD with dynamical fermions in 4D

    This code enables you to perform lattice QCD calculations! A native Julia code for Lattice QCD.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB