李鼎
李鼎
- Protocol - RSocket: Application protocol providing Reactive Streams semantics http://rsocket.io/ - https://github.com/rsocket/rsocket-java - Application - Flink: Stateful Computations over Data Streams - https://flink.apache.org/ - https://github.com/apache/flink - 流计算框架 Flink 与...
# 🍺 serialization framework ## Kryo - repo: https://github.com/EsotericSoftware/kryo - EsotericSoftware/kryo: Java binary serialization and cloning: fast, efficient, automatic. - Kryo is a fast and efficient binary object graph serialization...
# Clojure ## Principle / Rich Hickey - Talks by Rich Hickey https://github.com/matthiasn/talk-transcripts/tree/master/Hickey_Rich - Simple Made Easy - https://www.infoq.com/presentations/Simple-Made-Easy - https://www.infoq.com/presentations/Simple-Made-Easy-QCon-London-2012 - Rich Hickey's Greatest Hits https://changelog.com/posts/rich-hickeys-greatest-hits - Effective Programs:...
- homepage: https://spring.io/projects/spring-boot - docs: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ - Spring Initializr: https://start.spring.io/ - code repo: https://github.com/spring-projects/spring-boot
- homepage: http://openjdk.java.net/projects/code-tools/jmh/ - code repo: http://hg.openjdk.java.net/code-tools/jmh - Introduction to JMH - Java Performance Tuning Guide: http://java-performance.info/jmh/
现在代理配置项使用`Map`容器,`Map`的`Entry`没有顺序。 实际上多个代理配置项可以有交集,配置项的顺序是有意义的,表示了优先级,也表示代理关系的梳理过程。