arts

每周一个Algorithm、Review一篇英文文章、一个技术Tip、Share一个观点

Stars
3
Committers
1

Java


  • Set
  • HashMap
  • ArrayList
  • LinkedList

    • atomicity
    • visibility
    • happens-before
    • execution re-order
  • volatile
  • Lock
  • concurrent collection
  • AQS
  • JVM

JVM

  • JVM
  • GC
  • ClassLoader
  • Object layout
    I/O
  • Blocking I/O
  • NIO
  • NIO2

Servlet

  • Async IO

AOP

  • CgLib
  • AspectJ
  • Spring AOP

Serialization


  • False sharing
  • Cache line

Troubleshooting

  • memory leak
  • non-heap memory leak
  • infinite loop
  • deadlock
Related Projects