pg_jitter is a lightweight JIT compilation provider for PostgreSQL that replaces the default LLVM-based JIT with three faster alternatives: sljit, AsmJit, and MIR. The standard LLVM JIT suffers from slow compilation times (tens to hundreds of milliseconds), making it impractical for OLTP workloads. pg_jitter achieves

8m read time From github.com
Post cover image
Table of contents
Why?PerformanceBenchmarksFeaturesStabilityQuick StartArchitectureTestingLicenseCopyrights

Sort: