GithubHelp home page GithubHelp logo

handwritten-jdk-source-code's Introduction

手写JDK核心源码

💪 手写JDK各大核心包源码,目前专注于手写JUC并发包源码,所有的代码提供了测试案例和详细的注释,掉了我不少头发,给个star✨😂,仅用于学习面试🐶,无任何商用。

MyAtomicInteger

支持JDK的AtomicInteger的所有功能,并且做了扩展,利用乐观🔒能够解决ABA问题。

AQS

基于ReentrantLock独占锁模式,实现了MyAbstractQueuedSynchronizer(AQS),并手写了MyReentrantLock。

线程池

实现了简易轻量不会OOM的线程池,除了JDK的功能外,还提供了任务队列的动态扩容和缩容(JDK的线程池不支持在使用过程中对任务队列容量进行限制调整)。

handwritten-jdk-source-code's People

Contributors

lazypatient avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.