{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/4"}],"enrichment":{"capability":"FastJet provides Python bindings to the FastJet C++ library for clustering particles in high-energy physics, supporting vectorized, out-of-core, and non-vectorized interfaces with Awkward Array integration.","skillfed_tags":["particle-physics","high-energy-physics","columnar-data"],"use_cases":["Cluster detected particles from collider experiments into jets for analysis pipelines.","Process large batches of simulated or real collision events using vectorized clustering.","Handle datasets too large for memory by clustering with Dask-backed out-of-core processing.","Work with particles in arbitrary coordinate systems without manual conversion."],"what_it_does":"FastJet is a Python interface to the FastJet C++ library, a standard tool in particle physics for grouping detected particles into jets. It wraps the complete FastJet functionality and integrates tightly with Awkward Array and Vector, allowing you to work with columnar particle data efficiently. The package supports three execution modes: vectorized, out-of-core vectorized using Dask for large datasets, and non-vectorized clustering.\n\nYou supply particle data in any coordinate system and specify a clustering algorithm; FastJet groups particles according to that algorithm's rules. The Awkward Array integration means you can pass and receive nested, ragged arrays of particles directly, making it natural to cluster multiple events in a single call. It's designed for high-energy physics workflows where particle clustering is a standard preprocessing step.","worth_installing":"Yes, if you work in high-energy physics and need to cluster particles. The package is actively maintained, has no known vulnerabilities, and offers pre-built wheels for common platforms. Medium install friction applies only to source builds; binary wheels sidestep most C++ dependencies. The BSD-3-Clause license is permissive. Install from PyPI wheels for fastest setup."},"id":"fastjet","links":{"html":"https://skillfed.io/packages/fastjet","md":"https://skillfed.io/packages/fastjet.md","pypi":"https://pypi.org/project/fastjet/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"fastjet","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":372459,"position":7161,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.5.1.4"}
