← Back to home
Comparison · Analytics

bundle vs slider

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

bundle vs slider: at a glance

Featurebundleslider
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesserialization, tidymodels, model-deployment, compatibilitysliding-windows, tidyverse, c-api-compliance, vctrs
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is bundle?

Four releases in three years, each one teaching the serializer about a model type it couldn't carry

bundle solves a narrow, real problem: many R model objects hold pointers to external state — compiled boosters, Java handles, torch tensors — that do not survive being saved and reloaded in another session. It wraps them so they do. The package has shipped four releases since 2022, and the shape of each is the same: extend coverage to another model class, or repair coverage that an upstream release broke.

Read the full bundle trajectory →

What is slider?

Feature-complete since 2021, and every release since has been paying CRAN's C API bill

slider provides sliding-window and index-aware window functions for R, with a C implementation underneath and a specialised fast path for common aggregations. The user-facing surface has been stable since 0.3.0 in late 2022. Everything after that is compliance and platform work: STRING_PTR removed in 0.3.2, OBJECT() removed in 0.3.3, a vctrs callable's C signature corrected, and the minimum R version raised twice.

Read the full slider trajectory →

bundle vs slider: editorial side-by-side

B
bundle
ANALYTICS
0.0

Four releases in three years, each one teaching the serializer about a model type it couldn't carry

◆ Current state

bundle solves a narrow, real problem: many R model objects hold pointers to external state — compiled boosters, Java handles, torch tensors — that do not survive being saved and reloaded in another session. It wraps them so they do. The package has shipped four releases since 2022, and the shape of each is the same: extend coverage to another model class, or repair coverage that an upstream release broke.

◆ Where it's heading

Coverage is the product, so the release cadence is set by the ecosystem rather than by a roadmap. dbarts arrived in 0.1.2, along with extra work to preserve xgboost's nfeatures and feature_names through a round trip; 0.1.3 exists because xgboost changed its model format again. The 0.1.1 fix — recipes steps nested inside workflows — points at the same underlying issue one level up, where the object needing bundling is buried inside a tidymodels pipeline rather than passed directly.

◆ Prediction

Expect the next release to follow the same trigger: either a new parsnip engine that carries external pointers, or another upstream format change in one of the engines already covered. xgboost has now forced two of the four releases.

S
slider
ANALYTICS
0.0

Feature-complete since 2021, and every release since has been paying CRAN's C API bill

◆ Current state

slider provides sliding-window and index-aware window functions for R, with a C implementation underneath and a specialised fast path for common aggregations. The user-facing surface has been stable since 0.3.0 in late 2022. Everything after that is compliance and platform work: STRING_PTR removed in 0.3.2, OBJECT() removed in 0.3.3, a vctrs callable's C signature corrected, and the minimum R version raised twice.

◆ Where it's heading

Two forces set the release schedule, and neither is feature demand. The first is CRAN closing off non-API C entry points, which packages reaching into R internals for speed have to unwind one accessor at a time — slider is on its second such release with no visible loss of function. The second is vctrs, whose breaking changes slider absorbs ahead of time; 0.2.2 exists solely to prepare for one. The last release that added anything callers can see was 0.3.0's slider_plus() and slider_minus() extension hooks.

◆ Prediction

Expect the pattern to continue: another non-API accessor removal or a vctrs compatibility release, rather than new window functions. The C-level surface is the only part of this package still moving.

Alternatives to bundle and slider

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 bundle or slider.

See all bundle alternatives → · See all slider alternatives →

Recent activity from bundle and slider

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

  1. 8mo agobundlexgboost bundling updated for newer model versions
  2. 9mo agosliderNon-API OBJECT() removed and a vctrs C signature fixed
  3. 1y agobundledbarts BART models become bundleable
  4. 1y agosliderNon-API STRING_PTR removed; R 4.0.0 now required
  5. 2y agosliderValgrind test fixes and dependency version bumps
  6. 2y agobundleRecipes steps inside workflows now bundle correctly
  7. 3y agosliderExtension hooks let clock and almanac types serve as an index
  8. 3y agobundleFirst CRAN release
  9. 5y agosliderInternal vec_order usage updated ahead of a vctrs break
  10. 5y agosliderlong double alignment issue fixed for CRAN sanitisers

Frequently asked questions

What is the difference between bundle and slider?

They serve adjacent needs but don't currently overlap on shipped themes. bundle and slider are shipping at a similar cadence (velocity 0.0 vs 0.0, 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 bundle better than slider?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. bundle and slider are shipping at a similar cadence (velocity 0.0 vs 0.0, 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 bundle?

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

What are the best alternatives to slider?

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