awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to aggregateknowledge/java-hll

Open-source alternatives to Java Hll

30 open-source projects similar to aggregateknowledge/java-hll, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Java Hll alternative.

  • addthis/stream-libaddthis 的头像

    addthis/stream-lib

    2,265在 GitHub 上查看↗

    Stream summarizer and cardinality estimator.

    Java
    在 GitHub 上查看↗2,265
  • aol/cyclopsaol 的头像

    aol/cyclops

    1,328在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗1,328
  • bazelbuild/bazelbazelbuild 的头像

    bazelbuild/bazel

    25,529在 GitHub 上查看↗

    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

    59在 GitHub 上查看↗
    Java
    在 GitHub 上查看↗59
  • ben-manes/caffeineben-manes 的头像

    ben-manes/caffeine

    17,706在 GitHub 上查看↗

    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

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • boundary/fasttupleboundary 的头像

    boundary/fasttuple

    143在 GitHub 上查看↗

    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

    420在 GitHub 上查看↗

    High Scale Lib

    Java
    在 GitHub 上查看↗420
  • carrotsearch/hppccarrotsearch 的头像

    carrotsearch/hppc

    1,042在 GitHub 上查看↗

    High Performance Primitive Collections for Java

    Java
    在 GitHub 上查看↗1,042
  • chrisvest/stormpotchrisvest 的头像

    chrisvest/stormpot

    389在 GitHub 上查看↗

    A fast object pool for the JVM

    Java
    在 GitHub 上查看↗389
  • cognitect-labs/transducers-javacognitect-labs 的头像

    cognitect-labs/transducers-java

    119在 GitHub 上查看↗

    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

    142在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗142
  • dain/leveldbdain 的头像

    dain/leveldb

    1,558在 GitHub 上查看↗

    Port of LevelDB to Java

    Java
    在 GitHub 上查看↗1,558
  • davidmoten/geodavidmoten 的头像

    davidmoten/geo

    434在 GitHub 上查看↗

    Geohash utitlies in java

    Java
    在 GitHub 上查看↗434
  • davidmoten/rtreedavidmoten 的头像

    davidmoten/rtree

    1,137在 GitHub 上查看↗

    rtree

    Java
    在 GitHub 上查看↗1,137
  • deephacks/lmdbjnideephacks 的头像

    deephacks/lmdbjni

    205在 GitHub 上查看↗

    LMDB for Java

    C
    在 GitHub 上查看↗205
  • eclipse/eclipse-collectionseclipse 的头像

    eclipse/eclipse-collections

    2,632在 GitHub 上查看↗

    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

    153在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗153
  • goldmansachs/gs-collectionsG

    goldmansachs/gs-collections

    0在 GitHub 上查看↗

    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

    0在 GitHub 上查看↗

    Reactive Programming for Android

    在 GitHub 上查看↗0
  • hrldcpr/pcollectionshrldcpr 的头像

    hrldcpr/pcollections

    784在 GitHub 上查看↗

    A Persistent Java Collections Library

    Java
    在 GitHub 上查看↗784
  • indeedeng/mph-tableindeedeng 的头像

    indeedeng/mph-table

    101在 GitHub 上查看↗

    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

    175在 GitHub 上查看↗

    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,307在 GitHub 上查看↗

    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

    225在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗225
  • lemire/bloofilemire 的头像

    lemire/bloofi

    86在 GitHub 上查看↗

    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

    263在 GitHub 上查看↗

    Externalsortinginjava

    Java
    在 GitHub 上查看↗263
  • lemire/javafastpforlemire 的头像

    lemire/JavaFastPFOR

    568在 GitHub 上查看↗

    JavaFastPFOR: A simple integer compression library in Java

    Java
    在 GitHub 上查看↗568
  • lemire/rollinghashjavalemire 的头像

    lemire/rollinghashjava

    80在 GitHub 上查看↗

    License: Apache 2.0

    Java
    在 GitHub 上查看↗80
  • lemire/streamvbytelemire 的头像

    lemire/streamvbyte

    416在 GitHub 上查看↗

    streamvbyte

    C
    在 GitHub 上查看↗416
  • lightbend/reactive-streams-utilslightbend 的头像

    lightbend/reactive-streams-utils

    64在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗64