awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPrimitive

Hash map implementations using primitive keys and values to minimize object overhead and garbage collection.

Distinct from Hash Maps: Distinct from Hash Maps: focuses on primitive-only key-value storage to avoid boxing overhead, not general object-based hash maps.

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

Awesome Primitive GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gunnarmorling/1brcAvatar gunnarmorling

    gunnarmorling/1brc

    8,062Vezi pe 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

    Uses a hand-optimised hash map with primitive long keys and int values to minimise object overhead and garbage collection.

    Java1brcchallenges
    Vezi pe GitHub↗8,062
  1. Home
  2. Data & Databases
  3. Hash Maps
  4. Primitive