awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to addthis/stream-lib

Open-source alternatives to Stream Lib

30 open-source projects similar to addthis/stream-lib, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stream Lib alternative.

  • microsoftdocs/azure-docsMicrosoftDocs avatar

    MicrosoftDocs/azure-docs

    10,894View on GitHub↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Markdownskilling
    View on GitHub↗10,894
  • achael/eht-imagingachael avatar

    achael/eht-imaging

    5,313View on GitHub↗

    This project is a suite of software for radio interferometry imaging, specialized in the processing, analysis, and reconstruction of Very Long Baseline Interferometry (VLBI) observations. It provides tools for reconstructing images from interferometry data using regularized maximum likelihood methods and managing the end-to-end data processing pipeline from raw visibilities to final images. The software distinguishes itself with a dedicated interstellar scattering simulator that models thin-screen scattering effects and applies scattering kernels to radio images. It also features a radio imag

    Python
    View on GitHub↗5,313
  • aol/cyclopsaol avatar

    aol/cyclops

    1,328View on GitHub↗

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

    Java
    View on GitHub↗1,328
  • apache/incubator-zeppelinA

    apache/incubator-zeppelin

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bazelbuild/bazelbazelbuild avatar

    bazelbuild/bazel

    25,529View on 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
    View on GitHub↗25,529
  • belliottsmith/injectorbelliottsmith avatar

    belliottsmith/injector

    59View on GitHub↗
    Java
    View on GitHub↗59
  • boundary/fasttupleboundary avatar

    boundary/fasttuple

    143View on 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
    View on GitHub↗143
  • davidmoten/geodavidmoten avatar

    davidmoten/geo

    434View on GitHub↗

    Geohash utitlies in java

    Java
    View on GitHub↗434
  • apache/sparkapache avatar

    apache/spark

    43,467View on GitHub↗

    Apache Spark is a unified distributed data processing engine designed for large-scale data analysis and computation graphs. It functions as a distributed machine learning framework, a graph processing system, a real-time stream processor, and a SQL analytics engine. The system enables the execution of distributed SQL querying, large-scale graph analysis, and real-time stream analytics across clusters of machines. It also provides a scalable environment for implementing machine learning algorithms and predictive model development on massive datasets. The engine incorporates relational query e

    Scalabig-datajavajdbc
    View on GitHub↗43,467
  • carrotsearch/hppccarrotsearch avatar

    carrotsearch/hppc

    1,042View on GitHub↗

    High Performance Primitive Collections for Java

    Java
    View on GitHub↗1,042
  • chrisvest/stormpotchrisvest avatar

    chrisvest/stormpot

    389View on GitHub↗

    A fast object pool for the JVM

    Java
    View on GitHub↗389
  • cognitect-labs/transducers-javacognitect-labs avatar

    cognitect-labs/transducers-java

    119View on 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
    View on GitHub↗119
  • cowtowncoder/low-gc-membufferscowtowncoder avatar

    cowtowncoder/low-gc-membuffers

    142View on GitHub↗

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

    Java
    View on GitHub↗142
  • d3/d3d3 avatar

    d3/d3

    113,118View on GitHub↗

    D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart abstractions. The library distinguishes itself by offering specialized tools for complex data representation, including algorithmic layouts for hierarchical structures and geographic projection utilities for mapping spherical coordinates. It also includes a comprehensive suite fo

    Shellchartchartsd3
    View on GitHub↗113,118
  • dain/leveldbdain avatar

    dain/leveldb

    1,558View on GitHub↗

    Port of LevelDB to Java

    Java
    View on GitHub↗1,558
  • ben-manes/caffeineben-manes avatar

    ben-manes/caffeine

    17,706View on 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
    View on GitHub↗17,706
  • davidmoten/rtreedavidmoten avatar

    davidmoten/rtree

    1,137View on GitHub↗

    rtree

    Java
    View on GitHub↗1,137
  • deephacks/lmdbjnideephacks avatar

    deephacks/lmdbjni

    205View on GitHub↗

    LMDB for Java

    C
    View on GitHub↗205
  • eclipse/eclipse-collectionseclipse avatar

    eclipse/eclipse-collections

    2,632View on GitHub↗

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

    Java
    View on GitHub↗2,632
  • boundary/high-scale-libboundary avatar

    boundary/high-scale-lib

    420View on GitHub↗

    High Scale Lib

    Java
    View on GitHub↗420
  • giltene/pauselesshashmapgiltene avatar

    giltene/PauselessHashMap

    153View on GitHub↗

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

    Java
    View on GitHub↗153
  • goldmansachs/gs-collectionsG

    goldmansachs/gs-collections

    0View on GitHub↗

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

    View on GitHub↗0
  • google/ageraG

    google/agera

    0View on GitHub↗

    Reactive Programming for Android

    View on GitHub↗0
  • hazyresearch/deepdiveHazyResearch avatar

    HazyResearch/deepdive

    1,978View on GitHub↗

    DeepDive

    Shell
    View on GitHub↗1,978
  • hdrhistogram/hdrhistogramHdrHistogram avatar

    HdrHistogram/HdrHistogram

    2,298View on GitHub↗

    A High Dynamic Range (HDR) Histogram

    Java
    View on GitHub↗2,298
  • hrldcpr/pcollectionshrldcpr avatar

    hrldcpr/pcollections

    784View on GitHub↗

    A Persistent Java Collections Library

    Java
    View on GitHub↗784
  • indeedeng/mph-tableindeedeng avatar

    indeedeng/mph-table

    101View on 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
    View on GitHub↗101
  • jchambers/fast-uuidjchambers avatar

    jchambers/fast-uuid

    175View on 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
    View on GitHub↗175
  • jhalterman/failsafejhalterman avatar

    jhalterman/failsafe

    4,307View on 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
    View on GitHub↗4,307
  • aggregateknowledge/java-hllaggregateknowledge avatar

    aggregateknowledge/java-hll

    318View on GitHub↗

    Java library for the HyperLogLog algorithm

    Java
    View on GitHub↗318