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

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

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

Open-source alternatives to Rollinghashjava

30 open-source projects similar to lemire/rollinghashjava, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rollinghashjava alternative.

  • addthis/stream-libaddthis का अवतार

    addthis/stream-lib

    2,265GitHub पर देखें↗

    Stream summarizer and cardinality estimator.

    Java
    GitHub पर देखें↗2,265
  • aggregateknowledge/java-hllaggregateknowledge का अवतार

    aggregateknowledge/java-hll

    318GitHub पर देखें↗

    Java library for the HyperLogLog algorithm

    Java
    GitHub पर देखें↗318
  • aol/cyclopsaol का अवतार

    aol/cyclops

    1,328GitHub पर देखें↗

    An advanced, but easy to use, platform for writing functional applications in Java 8.

    Java
    GitHub पर देखें↗1,328
  • bazelbuild/bazelbazelbuild का अवतार

    bazelbuild/bazel

    25,529GitHub पर देखें↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    GitHub पर देखें↗25,529
  • belliottsmith/injectorbelliottsmith का अवतार

    belliottsmith/injector

    59GitHub पर देखें↗
    Java
    GitHub पर देखें↗59

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • ben-manes/caffeineben-manes का अवतार

    ben-manes/caffeine

    17,706GitHub पर देखें↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    GitHub पर देखें↗17,706
  • boundary/fasttupleboundary का अवतार

    boundary/fasttuple

    143GitHub पर देखें↗

    There are lots of good things about working on the JVM, like a world class JIT, operating system threads, and a world class garbage collector. However, one limiting factor can often be the interaction between primitive types and referenced types in Java. Primitive types are the built in types…

    Java
    GitHub पर देखें↗143
  • boundary/high-scale-libboundary का अवतार

    boundary/high-scale-lib

    420GitHub पर देखें↗

    High Scale Lib

    Java
    GitHub पर देखें↗420
  • carrotsearch/hppccarrotsearch का अवतार

    carrotsearch/hppc

    1,042GitHub पर देखें↗

    High Performance Primitive Collections for Java

    Java
    GitHub पर देखें↗1,042
  • chrisvest/stormpotchrisvest का अवतार

    chrisvest/stormpot

    389GitHub पर देखें↗

    A fast object pool for the JVM

    Java
    GitHub पर देखें↗389
  • cognitect-labs/transducers-javacognitect-labs का अवतार

    cognitect-labs/transducers-java

    119GitHub पर देखें↗

    Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used…

    Java
    GitHub पर देखें↗119
  • cowtowncoder/low-gc-membufferscowtowncoder का अवतार

    cowtowncoder/low-gc-membuffers

    142GitHub पर देखें↗

    Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead

    Java
    GitHub पर देखें↗142
  • dain/leveldbdain का अवतार

    dain/leveldb

    1,558GitHub पर देखें↗

    Port of LevelDB to Java

    Java
    GitHub पर देखें↗1,558
  • davidmoten/geodavidmoten का अवतार

    davidmoten/geo

    434GitHub पर देखें↗

    Geohash utitlies in java

    Java
    GitHub पर देखें↗434
  • davidmoten/rtreedavidmoten का अवतार

    davidmoten/rtree

    1,137GitHub पर देखें↗

    rtree

    Java
    GitHub पर देखें↗1,137
  • deephacks/lmdbjnideephacks का अवतार

    deephacks/lmdbjni

    205GitHub पर देखें↗

    LMDB for Java

    C
    GitHub पर देखें↗205
  • eclipse/eclipse-collectionseclipse का अवतार

    eclipse/eclipse-collections

    2,632GitHub पर देखें↗

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

    Java
    GitHub पर देखें↗2,632
  • giltene/pauselesshashmapgiltene का अवतार

    giltene/PauselessHashMap

    153GitHub पर देखें↗

    / Written by Gil Tene, based on Apache Harmony version of java.util.HashMap. */

    Java
    GitHub पर देखें↗153
  • goldmansachs/gs-collectionsG

    goldmansachs/gs-collections

    0GitHub पर देखें↗

    We are pleased to announce that GS Collections has been migrated to the Eclipse Foundation, re-branded as Eclipse Collections.

    GitHub पर देखें↗0
  • google/ageraG

    google/agera

    0GitHub पर देखें↗

    Reactive Programming for Android

    GitHub पर देखें↗0
  • hrldcpr/pcollectionshrldcpr का अवतार

    hrldcpr/pcollections

    784GitHub पर देखें↗

    A Persistent Java Collections Library

    Java
    GitHub पर देखें↗784
  • indeedeng/mph-tableindeedeng का अवतार

    indeedeng/mph-table

    101GitHub पर देखें↗

    Immutable key/value store with efficient space utilization and fast reads. They are ideal for the use-case of tables built by batch processes and shipped to multiple servers.

    Java
    GitHub पर देखें↗101
  • jchambers/fast-uuidjchambers का अवतार

    jchambers/fast-uuid

    175GitHub पर देखें↗

    fast-uuid is a Java library for quickly and efficiently parsing and writing UUIDs. It yields the most dramatic performance gains when compared to Java 8 and older; in benchmarks, it's a little more than fourteen times faster at parsing UUIDs and six times faster at writing UUIDs than the stock…

    Java
    GitHub पर देखें↗175
  • jhalterman/failsafejhalterman का अवतार

    jhalterman/failsafe

    4,307GitHub पर देखें↗

    Failsafe is a JVM resilience library providing a collection of fault tolerance patterns for Java applications. It functions as an asynchronous execution wrapper that runs tasks in the background and returns futures to prevent thread blocking. The library allows for the composition of resilience policies, enabling multiple patterns to be stacked into a sequential pipeline. It includes specific implementations for circuit breaking to prevent system overload, rate limiting to control traffic flow, and a framework for managing retries and fallbacks. Capability areas cover traffic management thro

    Java
    GitHub पर देखें↗4,307
  • krukow/clj-dskrukow का अवतार

    krukow/clj-ds

    225GitHub पर देखें↗

    This library has been extracted from the master branch of Clojure (http://clojure.org)

    Java
    GitHub पर देखें↗225
  • lemire/bloofilemire का अवतार

    lemire/bloofi

    86GitHub पर देखें↗

    Bloom filters are probabilistic data structures commonly used for approximate membership problems in many areas of Computer Science (networking, distributed systems, databases, etc.). With the increase in data size and distribution of data, problems arise where a large number of Bloom filters…

    Java
    GitHub पर देखें↗86
  • lemire/externalsortinginjavalemire का अवतार

    lemire/externalsortinginjava

    263GitHub पर देखें↗

    Externalsortinginjava

    Java
    GitHub पर देखें↗263
  • lemire/javafastpforlemire का अवतार

    lemire/JavaFastPFOR

    568GitHub पर देखें↗

    JavaFastPFOR: A simple integer compression library in Java

    Java
    GitHub पर देखें↗568
  • lemire/streamvbytelemire का अवतार

    lemire/streamvbyte

    416GitHub पर देखें↗

    streamvbyte

    C
    GitHub पर देखें↗416
  • lightbend/reactive-streams-utilslightbend का अवतार

    lightbend/reactive-streams-utils

    64GitHub पर देखें↗

    This is an exploration of what a utilities library for Reactive Streams in the JDK might look like.

    Java
    GitHub पर देखें↗64