← Back to home
Comparison · Analytics

haze vs quanteda

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

Shared themes:r-package

haze vs quanteda: at a glance

Featurehazequanteda
SectorAnalyticsAnalytics
Velocity score2.52.5
Sparks · 30d00
Top themesneuroimaging, mesh-processing, interpolation, r-packagetext-analysis, natural-language-processing, r-package, torch
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is haze?

Four dormant years end with a modernization pass and an off-by-one fix in the C++ core

haze does nearest-neighbour smoothing and k-d tree interpolation on brain surface meshes. It sat untouched from April 2022 until July 2026, when a single release modernized it for current R versions and corrected an off-by-one error in the C++ code. It is not on CRAN and never will be — the package exceeds 50MB against CRAN's 5MB ceiling, a constraint its own initial release notes acknowledge.

Read the full haze trajectory →

What is quanteda?

Text analysis in R keeps optimising its token internals — and builds a path out to torch

quanteda is a mature framework for quantitative text analysis in R. Since the 4.0 rewrite around external-pointer tokens objects, releases have concentrated on the internals: recompilation control, memory reduction on concatenation, type-table consistency between tokens and dfm objects. The newest release adds tokens_recompile() for explicit ID reassignment, stops query functions from recompiling implicitly, and returns dense rather than sparse tensors from as.tensor() with arguments passed through to torch.

Read the full quanteda trajectory →

haze vs quanteda: editorial side-by-side

H
haze
ANALYTICS
2.5

Four dormant years end with a modernization pass and an off-by-one fix in the C++ core

◆ Current state

haze does nearest-neighbour smoothing and k-d tree interpolation on brain surface meshes. It sat untouched from April 2022 until July 2026, when a single release modernized it for current R versions and corrected an off-by-one error in the C++ code. It is not on CRAN and never will be — the package exceeds 50MB against CRAN's 5MB ceiling, a constraint its own initial release notes acknowledge.

◆ Where it's heading

The July 2026 release arrived 56 minutes after its sibling regfusionr 0.3.0 from the same maintainer, which is the tell: this is a maintainer sweeping a set of related neuroimaging packages back into working order, not independent development on haze itself. haze is the dependency, regfusionr the consumer, and the substantive work sits on the regfusionr side. The off-by-one correction is the only change here that alters results.

◆ Prediction

Expect haze to move only when a downstream dfsp-spirit package needs it to — its cadence is driven by the sibling packages, not by its own roadmap.

Q
quanteda
ANALYTICS
2.5

Text analysis in R keeps optimising its token internals — and builds a path out to torch

◆ Current state

quanteda is a mature framework for quantitative text analysis in R. Since the 4.0 rewrite around external-pointer tokens objects, releases have concentrated on the internals: recompilation control, memory reduction on concatenation, type-table consistency between tokens and dfm objects. The newest release adds tokens_recompile() for explicit ID reassignment, stops query functions from recompiling implicitly, and returns dense rather than sparse tensors from as.tensor() with arguments passed through to torch.

◆ Where it's heading

Two threads run in parallel. The dominant one is performance and correctness housekeeping on the tokens_xptr representation introduced in 4.0 — each release closes another case where the external-pointer path diverged from the plain tokens path. The quieter thread points outward: as.matrix() returning a document-by-position integer matrix and as.tensor() handing off to torch::torch_tensor() make the tokenised corpus directly consumable by neural models rather than only by quanteda's own bag-of-words machinery.

◆ Prediction

The tensor and matrix export path is the least mature part of the surface and gained arguments in this release rather than settling, so expect further work there before the token internals change again.

Alternatives to haze and quanteda

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 haze or quanteda.

See all haze alternatives → · See all quanteda alternatives →

Recent activity from haze and quanteda

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

  1. 12d agoquantedaExplicit token recompilation and a denser path out to torch
  2. 18d agohazeVersion 0.3.0 -- Fixes and modernization
  3. 1y agoquantedaCorpus chunking and cheaper token concatenation
  4. 1y agoquantedaFaster concatenation and a dfm_lookup naming fix
  5. 2y agoquantedaMinor test and documentation fixes
  6. 2y agoquantedaPlatform-specific test and installation fixes
  7. 2y agoquantedaCRAN v4.0
  8. 4y agohazev0.2.0 -- kdtrees
  9. 4y agohazev0.1.0: Initial release

Frequently asked questions

What is the difference between haze and quanteda?

Both compete on the same themes — r-package — within Analytics. haze and quanteda 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 haze better than quanteda?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. haze and quanteda 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 haze?

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

What are the best alternatives to quanteda?

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