← Back to home
Comparison · Analytics

admiral vs mirai

A side-by-side editorial comparison of admiral and mirai — release velocity, themes, recent moves, and the top alternatives to consider.

admiral vs mirai: at a glance

Featureadmiralmirai
SectorAnalyticsAnalytics
Velocity score0.02.5
Sparks · 30d00
Top themespharmaverse, adam, clinical-programming, documentationparallel-computing, async, backpressure, shiny
Last editorial update2h ago1h ago
WebsiteVisit →Visit →

What is admiral?

admiral spent its last cycle making complex derivations documentable rather than adding more of them.

admiral is the pharmaverse's ADaM dataset derivation toolkit — a large library of derive_* functions for building analysis datasets from SDTM. The 1.2.0 and 1.3.0 releases added new derivation functions and then a substantial documentation overhaul: argument defaults now appear in the help text and complex functions carry titled, described examples. 1.3.1 was a hotfix for links and the search index.

Read the full admiral trajectory →

What is mirai?

mirai removed its dispatcher process and added memory backpressure to the queue.

The async evaluation framework releases roughly monthly and moves fast at the architecture level. In 2.7.0 the dispatcher stopped being a separate process and became a thread, after its loop had already been rewritten in C inside nanonext one release earlier. The same release added an opt-in memory budget for queued task payloads and try_mirai(), which returns NULL immediately rather than blocking when that budget is exhausted.

Read the full mirai trajectory →

admiral vs mirai: editorial side-by-side

A
admiral
ANALYTICS
0.0

admiral spent its last cycle making complex derivations documentable rather than adding more of them.

◆ Current state

admiral is the pharmaverse's ADaM dataset derivation toolkit — a large library of derive_* functions for building analysis datasets from SDTM. The 1.2.0 and 1.3.0 releases added new derivation functions and then a substantial documentation overhaul: argument defaults now appear in the help text and complex functions carry titled, described examples. 1.3.1 was a hotfix for links and the search index.

◆ Where it's heading

The direction is toward usability of an already-large API rather than growth of it. 1.1.0 rewrote error messaging to be user-facing, 1.2.0 added flexibility to duplicate handling across several functions via check_type, and 1.3.0 invested in the structured-example documentation that the rdx_roclet work in {admiraldev} made possible. The two packages move together.

◆ Prediction

With the documentation infrastructure in place, expect the remaining complex derivation functions to be brought up to the structured-example standard, and new therapeutic-area work to keep landing in the extension packages rather than the core.

M
mirai
ANALYTICS
2.5

mirai removed its dispatcher process and added memory backpressure to the queue.

◆ Current state

The async evaluation framework releases roughly monthly and moves fast at the architecture level. In 2.7.0 the dispatcher stopped being a separate process and became a thread, after its loop had already been rewritten in C inside nanonext one release earlier. The same release added an opt-in memory budget for queued task payloads and try_mirai(), which returns NULL immediately rather than blocking when that budget is exhausted.

◆ Where it's heading

Two threads of work run together: cutting overhead out of the task path — thread-based dispatcher, in-process transport for synchronous daemons, lower per-element dispatch cost in mirai_map() — and making the framework safe to embed in an event loop, where blocking the host R thread is not acceptable. Deployment reach is growing too, with http_config() launching remote daemons over HTTP APIs and auto-configuring for Posit Workbench. Each release pins a minimum nanonext version, so the two packages advance as one unit.

◆ Prediction

With backpressure in place but opt-in, the open question these notes leave is whether a default memory budget arrives; continued overhead reduction and Shiny-facing non-blocking paths are the safer bet.

Alternatives to admiral and mirai

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either admiral or mirai.

See all admiral alternatives → · See all mirai alternatives →

Recent activity from admiral and mirai

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 25d agomiraiMap collection and daemon lifecycle fixes
  2. 2mo agomiraiAgent skill ships in-package; HTTP headers take over auth
  3. 3mo agomiraiDispatcher becomes a thread, and the queue gains a memory budget
  4. 5mo agomiraiParallel RNG seeding leaves experimental status
  5. 6mo agomiraiRemote daemons over HTTP, and a C dispatcher loop
  6. 8mo agomiraiTelemetry span timing and daemon-switch fix
  7. 1y agoadmiralSearch index and footer link fixes
  8. 1y agoadmiralDocumentation overhaul: defaults shown, complex functions get structured examples
  9. 1y agoadmiralNew derivations for categorical pairs, criterion flags and range transforms
  10. 2y agoadmiralUser-facing error messages and merge helpers exposed

Frequently asked questions

What is the difference between admiral and mirai?

They serve adjacent needs but don't currently overlap on shipped themes. mirai is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is admiral better than mirai?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. mirai is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to admiral?

Top admiral alternatives in Analytics are ranked by recent ship velocity. Browse the "admiral alternatives" section above for the current picks, or visit /alternatives/admiral for the full list with editorial commentary on each.

What are the best alternatives to mirai?

Top mirai alternatives in Analytics are ranked by recent ship velocity. Browse the "mirai alternatives" section above for the current picks, or visit /alternatives/mirai for the full list with editorial commentary on each.