289 skills found · Page 1 of 10
crossoverJie / JCSprout👨🎓 Java Core Sprout : basic, concurrent, algorithm
ruby-concurrency / Concurrent RubyModern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
jankotek / MapdbMapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
CL0610 / Java Concurrencyconcurrency
opensolon / Solon🔥 Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecologicalll!!! 700% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; Compatible with java8 ~ java25; Supports LTS. (Replaceable spring)
zeromq / JeromqJeroMQ is a pure Java implementation of the ZeroMQ messaging library, offering high-performance asynchronous messaging for distributed or concurrent applications.
LeonardoZ / Java Concurrency PatternsConcurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.
apache / PekkoBuild highly concurrent, distributed, and resilient message-driven applications using Java/Scala
code-review-checklists / Java ConcurrencyChecklist for code reviews
Java-Edge / Java Concurrency Progamming Tutorial大厂一线工程师四年磨一剑精心编排 Java 高并发编程教程。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
oldratlee / Fucking Java Concurrency🎏 Simple showcases of java concurrency problems, seeing 🙈 is believing 🐵
LegacyLands / Legacy Lands LibraryEnterprise-grade modular framework for Minecraft server development with multi-tier caching, Redis Streams, resilient data processing, and modern Java concurrency. Built on Fairy Framework for production-scale plugin development.
douglascraigschmidt / LiveLessonsThis repository contains all the source code examples from my LiveLessons course on "Java Concurrent Programming" and my various LiveTraining courses, as described at http://www.dre.vanderbilt.edu/~schmidt/DigitalLearning.
javapathfinder / Jpf CoreJPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.
TangBean / Java Concurrency In Practice《Java 并发编程实战》阅读整理笔记,附加了一些《Java 并发编程的艺术》中的内容,以及对原书结构进行了调整。
npgall / Concurrent TreesConcurrent Radix and Suffix Trees for Java
google / MugA small Java 8 library (string manipulation, BiStream, Structured Concurrency, SQL Templates)
jcip / Jcip.github.comJava Concurrency in Practice
esoco / CoroutinesA pure Java implementation of cooperative concurrency, aka coroutines
callicoder / Java Concurrency ExamplesJava Concurrency/Multithreading Tutorial with Examples for Dummies