378 skills found · Page 7 of 13
kabutz / TransmogrifierLive coding talk by Dr Heinz Kabutz, including threading, design patterns and Java NIO
thunkware / Virtual Threads BridgeUse Java21's Virtual Threads API in Java 8+
aicc2025 / Esl ClientModern FreeSWITCH Event Socket Library for Java Virtual Threads. Zero Netty dependency, pure Java sockets. Automatically reconnects and handles millions of concurrent connections with minimal overhead.
dimafrid / TrackerA lightweight library for Java application performance monitoring: shows application's threads and call stacks with your methods' elapsed times, various call statistics, slowest application calls, etc. etc.
Michal-python / CatBaseAn independent multi-threaded efficient message broker written in Java
gayanukabulegoda / Live Chat RoomA Java-based, multi-threaded chat application utilizing client-server architecture for single network communication.
woai30231 / JavascriptThreadStudy一个关于js线程和性能优化的文档,有例子哦!
mauricio / Java Sockets Threads ExampleAn example application showing how to build a muilti-threaded chat client and server in Java
jonathanbp / StardustA simple Java thread dump visualisation and analysis tool.
engripaye / Task Management Microservice💼 A RESTful microservice for task management ⚙️ (CRUD operations) using Spring Boot 3.5, Java 21 virtual threads, and PostgreSQL running in Docker.
JGZHAN / Lrpc一个使用java新特性虚拟线程,结合netty,编写的一个基于自定义协议的RPC(远程过程调用)框架。This project is an RPC (Remote Procedure Call) framework that uses Java's new feature, virtual threads, in conjunction with Netty, and is based on a custom protocol.
tunnelvisionlabs / Java ThreadingA port of Microsoft/vs-threading to Java 8
rupakraj / Dining PhilosopherSolution code of dining-philosopher, the concurrency problem in java - Using Threading and locking.
eneskzlcn / ChessA multiplayer Chess game made with java using TCP socket programming. There is a big game architecture, threaded server, java swing for gui elements.
AlessTheDev / Economy35Video game created with Java with no external libraries. Used to consolidate the understanding of threads
TheBjoel2 / Slime Chunk FinderMulti threaded tool for finding slime chunk clusters in minecraft java
yrom / Dart ExecutorExecutor for dart, like the Java single thread pool based on Isolate.
lukehutch / PipelinedOutputStreamPipelined OutputStream implementation written in Java (splits producer and consumer into different threads)
NukkitR / RakNettyImplementation of Oculus's RakNet in java, supporting multi-threaded handling of packets for numerous connections.
io-fairy / FunctionalFunctional programming for Java. Enhanced switch or simple pattern matching supported; String Interpolation supported; Java Functional Interface that more simpler and easier to use; Provide an immutable and thread-safe date time class; a stopwatch utility class, etc. 提供更简单更好用的Java函数式编程接口、增强版switch、字符串插值;提供不可变且线程安全的时间类、秒表工具类等等。且兼容Java8与Java9模块化系统