Ross ROSS = Recommend OSS · open-source software intelligence for agents

BitFunnel/NativeJIT

A C++ expression -> x64 JIT observed · 2026-08-28

github.com/BitFunnel/NativeJIT · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3798
  • days_rel: n/a
  • days_push: 2203
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1261 stars · 88 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

NativeJIT is a cross-platform C++ library for just-in-time compilation of expressions involving C data structures into optimized x64 machine code. It was developed by the Bing team for fast runtime evaluation of query-specific scoring expressions and has no dependencies beyond the standard C++ runtime.

Use cases

  • compile expressions built at runtime into fast x64 code
  • evaluate scoring expressions over large document sets with low latency
  • generate optimized machine code with good register allocation from C++
  • avoid interpreter overhead for repeatedly evaluated expressions
  • embed a lightweight JIT in a C++ application without external dependencies

When to choose

  • you need to JIT-compile expressions that are only known at runtime
  • compilation cost must be low and amortized over many evaluations
  • you want a dependency-free, cross-platform C++ JIT library
  • you need tight control over generated x64 code quality

When to avoid

  • you need a general-purpose compiler or full language runtime rather than expression compilation
  • your expressions are evaluated only once, so JIT overhead is not amortized
  • you need non-x64 targets or GPU code generation
  • you need actively developed software with recent releases and extensive documentation

Facets

library · maturity maintenance

compiler interpreter compilers performance developer-tools windows cpp cross-platform jit x64 code-generation expression-evaluation search-engine linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
BitFunnel/NativeJITmain32

For agents

markdown · JSON · MCP: product_card(name="BitFunnel/NativeJIT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem