yegor256/together

Executes Java lambda in multiple threads and collects their results (useful for testing for thread-safety)

GitHub repository with 20 stars and 3 forks.

Language: Java

Topics: concurrency, java, java-8, java-li, testing, thread-safety, threads

Open provider repository

Latest metric snapshot

2026-06-04: 20 stars and 3 forks.

Similar repositories

  1. 1. eclipse-vertx/vert.x

    Vert.x is a tool-kit for building reactive applications on the JVM

    GitHub repository with 14,669 stars and 2,101 forks.

    Trending score: 0.76; stars gained: +5; forks gained: +0.

    Language: Java

    Topics: vertx, java, netty, reactive, jvm, http2

  2. 2. davidmoten/rxjava2-jdbc

    RxJava2 integration with JDBC including Non-blocking Connection Pools

    GitHub repository with 396 stars and 41 forks.

    Trending score: 0.31; stars gained: +1; forks gained: +0.

    Language: Java

    Topics: concurrency, database, java, jdbc, reactive, reactive-programming

  3. 3. chrisvest/stormpot

    A fast object pool for the JVM

    GitHub repository with 392 stars and 46 forks.

    Trending score: 0.22; stars gained: +0; forks gained: +0.

    Language: Java

    Topics: concurrency, connection-pool, high-performance, java, performance, pool

  4. 4. lf-lang/lingua-franca

    Intuitive concurrent programming in any language

    GitHub repository with 304 stars and 75 forks.

    Trending score: 0.05; stars gained: +0; forks gained: +0.

    Language: Java

    Topics: concurrency, coordination, determinism, language, polyglot, timing

Trending in Java

  1. 1. Lucas0623z/NoteLite

    GitHub repository with 724 stars and 105 forks.

    Trending score: 2.91; stars gained: +47; forks gained: +5.

    Language: Java

  2. 2. opendataloader-project/opendataloader-pdf

    PDF Parser for AI-ready data. Automate PDF accessibility. Open-source.

    GitHub repository with 23,671 stars and 2,206 forks.

    Trending score: 2.84; stars gained: +700; forks gained: +69.

    Language: Java

    Topics: json, markdown, pdf, ai, document-parsing, html

  3. 3. fish2018/webhtv

    WebHomeTV 基于FongMi二次开发,增强了 WebHome 自定义首页、App Native SDK、网盘链接检测 和 Nostr推荐首页。 这个项目的核心目标是让 CSP 站点首页可以变成一个真正可开发的网页应用:开发者可以用 HTML/CSS/JavaScript 定制首页,再通过 App 暴露的 Native 能力完成搜索、播放、跨域请求、资源代理、最近观看、网盘检测和状态同步。

    GitHub repository with 354 stars and 105 forks.

    Trending score: 2.73; stars gained: +30; forks gained: +5.

    Language: Java

  4. 4. juanjuandog/FinSight-AI

    AI equity research agent with resilient workflows, Redis Lua single-flight, pgvector RAG, versioned reports, evidence tracing, and RAG evaluation.

    GitHub repository with 975 stars and 57 forks.

    Trending score: 2.63; stars gained: +20; forks gained: +5.

    Language: Java

    Topics: ai-agent, financial-research, llm-evaluation, pgvector, postgresql, rabbitmq

  5. 5. apache/kafka

    Apache Kafka - A distributed event streaming platform

    GitHub repository with 32,712 stars and 15,248 forks.

    Trending score: 2.24; stars gained: +6; forks gained: +1.

    Language: Java

    Topics: scala, kafka, java, streaming

  6. 6. apache/doris

    Apache Doris is an easy-to-use, high performance and unified analytics database.

    GitHub repository with 15,433 stars and 3,811 forks.

    Trending score: 2.23; stars gained: +5; forks gained: +0.

    Language: Java

    Topics: olap, database, hudi, iceberg, real-time, sql

Trending topic: concurrency

  1. 1. hatchet-dev/hatchet

    🪓 An orchestration engine for background tasks, AI agents, and durable workflows

    GitHub repository with 7,291 stars and 406 forks.

    Trending score: 1.18; stars gained: +9; forks gained: +2.

    Language: Go

    Topics: event-driven, golang, workflow-engine, distributed, distributed-systems, fastapi

  2. 2. eclipse-vertx/vert.x

    Vert.x is a tool-kit for building reactive applications on the JVM

    GitHub repository with 14,669 stars and 2,101 forks.

    Trending score: 0.76; stars gained: +5; forks gained: +0.

    Language: Java

    Topics: vertx, java, netty, reactive, jvm, http2

  3. 3. Effect-TS/effect

    Build production-ready applications in TypeScript

    GitHub repository with 14,505 stars and 583 forks.

    Trending score: 0.69; stars gained: +4; forks gained: +0.

    Language: TypeScript

    Topics: effect, javascript, cli, opentelemetry, platform, schema

  4. 4. dshovchko/job-ripper

    Rips through CPU-heavy file jobs on all cores via worker_threads. Zero deps, zero config. CLI + API

    GitHub repository with 7 stars and 0 forks.

    Trending score: 0.33; stars gained: +1; forks gained: +0.

    Language: TypeScript

    Topics: batch-processing, cli, concurrency, cpu-bound, file-processing, multithreading

  5. 5. ambonvik/cimba

    A multithreaded discrete event simulation library in C, using POSIX pthreads for parallelized trials and replications, stackful asymmetric coroutines for concurrent simulated processes inside each thread, and optionally CUDA or other GPGPU parallelism for detailed model physics inside each coroutine.

    GitHub repository with 72 stars and 2 forks.

    Trending score: 0.33; stars gained: +1; forks gained: +0.

    Language: C

    Topics: c, concurrency, coroutines, cuda, discrete-event-simulation, fibonacci-hash

  6. 6. jonhoo/left-right

    A lock-free, read-optimized, concurrency primitive.

    GitHub repository with 2,222 stars and 111 forks.

    Trending score: 0.32; stars gained: +1; forks gained: +0.

    Language: Rust

    Topics: concurrency, lock-free, multithreading, rust