← Back to home
Comparison · Analytics

mirai vs mlr3fda

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

mirai vs mlr3fda: at a glance

Featuremiraimlr3fda
SectorAnalyticsAnalytics
Velocity score2.52.5
Sparks · 30d00
Top themesparallel-computing, async, backpressure, shinymlr3, functional-data, feature-extraction, pipelines
Last editorial update1h ago2h ago
WebsiteVisit →Visit →

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 →

What is mlr3fda?

A functional-data feature factory for mlr3, shipping a new extractor almost every month.

mlr3fda adds functional data support to mlr3 pipelines through PipeOps that turn functional columns into tabular features. Five releases since March 2026 have taken it from Fourier features to a catalogue covering wavelets, derivatives, depth, registration, integration and the catch22 time-series feature set. Development tracks the {tf} package closely.

Read the full mlr3fda trajectory →

mirai vs mlr3fda: editorial side-by-side

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.

M
mlr3fda
ANALYTICS
2.5

A functional-data feature factory for mlr3, shipping a new extractor almost every month.

◆ Current state

mlr3fda adds functional data support to mlr3 pipelines through PipeOps that turn functional columns into tabular features. Five releases since March 2026 have taken it from Fourier features to a catalogue covering wavelets, derivatives, depth, registration, integration and the catch22 time-series feature set. Development tracks the {tf} package closely.

◆ Where it's heading

The pattern is one or two new PipeOps per release with fixes to the previous batch alongside — Fourier in 0.4.0, registration in 0.5.0, depth and derivatives in 0.6.0, catch22 and integration in 0.7.0. Performance and parallel-safety work is folded in as it becomes necessary rather than deferred, as with the Fourier speedup and the mlr_reflections registration fix.

◆ Prediction

The extraction catalogue is filling out along established functional-data methods, so further tf-backed PipeOps are the likely next additions; the {tf} 0.5.0 compatibility release suggests upstream churn will keep setting the pace.

Alternatives to mirai and mlr3fda

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 mirai or mlr3fda.

See all mirai alternatives → · See all mlr3fda alternatives →

Recent activity from mirai and mlr3fda

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

  1. 25d agomiraiMap collection and daemon lifecycle fixes
  2. 29d agomlr3fdaCompatibility with tf 0.5.0
  3. 1mo agomlr3fdacatch22 and integral feature extractors added
  4. 2mo agomlr3fdaDepth and derivative extractors; Fourier made several times faster
  5. 2mo agomiraiAgent skill ships in-package; HTTP headers take over auth
  6. 3mo agomiraiDispatcher becomes a thread, and the queue gains a memory budget
  7. 3mo agomlr3fdaCurve registration via PipeOpFDARegister
  8. 4mo agomlr3fdaFourier feature extraction and package-specific condition classes
  9. 5mo agomiraiParallel RNG seeding leaves experimental status
  10. 6mo agomiraiRemote daemons over HTTP, and a C dispatcher loop
  11. 8mo agomiraiTelemetry span timing and daemon-switch fix

Frequently asked questions

What is the difference between mirai and mlr3fda?

They serve adjacent needs but don't currently overlap on shipped themes. mirai and mlr3fda are shipping at a similar cadence (velocity 2.5 vs 2.5, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is mirai better than mlr3fda?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. mirai and mlr3fda are shipping at a similar cadence (velocity 2.5 vs 2.5, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

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.

What are the best alternatives to mlr3fda?

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