awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gunnarmorling/1brcgunnarmorling का अवतार

    gunnarmorling/1brc

    8,062GitHub पर देखें↗

    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
    GitHub पर देखें↗8,062
  1. Home
  2. Data & Databases
  3. Large-Scale Data Computation
  4. Data Aggregation Challenges