awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesData Aggregation Challenges

Programming exercises that process large datasets to compute summary statistics across grouped records.

Distinct from Large-Scale Data Computation: Distinct from Large-Scale Data Computation: focuses on single-machine programming challenges for data aggregation, not distributed cluster computation.

Explore 1 awesome GitHub repository matching data & databases · Data Aggregation Challenges. Refine with filters or upvote what's useful.

Awesome Data Aggregation Challenges GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gunnarmorling/1brcAvatar de gunnarmorling

    gunnarmorling/1brc

    8,062Voir sur GitHub↗

    The 1BRC (One Billion Row Challenge) is a Java performance benchmarking exercise that processes one billion temperature records from a text file to compute the minimum, mean, and maximum temperature per weather station. At its core, it is a large-scale data aggregation challenge designed to test how efficiently a Java program can parse and aggregate structured data from a plain text file, serving as both a programming exercise and a benchmark for Java performance optimization. The project distinguishes itself through a collection of performance-oriented architectural patterns for high-through

    A programming exercise that processes one billion temperature records from a text file to compute per-station statistics.

    Java1brcchallenges
    Voir sur GitHub↗8,062
  1. Home
  2. Data & Databases
  3. Large-Scale Data Computation
  4. Data Aggregation Challenges