cheungfujai's Stars
pretzelhammer/rust-blog
Educational blog posts for Rust beginners
peteryuanpan/notebook
喜欢的,值得留念的,就记下来,总会有用的。
real-logic/simple-binary-encoding
Simple Binary Encoding (SBE) - High Performance Message Codec
real-logic/agrona
High Performance data structures and utility methods for Java
cheungfujai/Best-README-Template
An awesome README template to jumpstart your projects!
beehive-lab/TornadoVM
TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
Jeevan-kumar-Raj/Grokking-System-Design
Systems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems theory to product development.
G33kzD3n/Catalogue
TangBean/Java-Concurrency-in-Practice
《Java 并发编程实战》阅读整理笔记,附加了一些《Java 并发编程的艺术》中的内容,以及对原书结构进行了调整。
Fadezed/concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
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 🐵
LeonardoZ/java-concurrency-patterns
Concurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.
crossoverJie/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
CL0610/Java-concurrency
Java并发知识点总结
Ameobea/tickgrinder
Low-latency algorithmic trading platform written in Rust
gsitgithub/SubMicroTrading
Ultra Low Latency Trading Framework (Fix Engine, OMS, FastFix, ETI, Algo Container)
HelloWorld521/Java
java项目实战练习
bheisler/criterion.rs
Statistics-driven benchmarking library for Rust
XiangpengHao/congee
Concurrent ART (adaptive radix tree)
ezrosent/art-rs
Adaptive Radix Tree in Rust
npgall/concurrent-trees
Concurrent Radix and Suffix Trees for Java
antirez/rax
A radix tree implementation in ANSI C
armon/libart
Adaptive Radix Trees implemented in C
ROCm/ROCm
AMD ROCm™ Software - GitHub Home
RedisTimeSeries/RedisTimeSeries
Time Series data structure for Redis
redisson/redisson
Redisson - Valkey and Redis Java client. Complete Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..
m-ou-se/rust-atomics-and-locks
Code examples, data structures, and links from my book, Rust Atomics and Locks.
kangjianwei/Data-Structure
《数据结构》-严蔚敏.吴伟民-教材源码与习题解析
TheAlgorithms/Rust
All Algorithms implemented in Rust