- Java:High-Performance Apps with Java 9
- Mayur Ramgir Nick Samoylov
- 95字
- 2021-07-02 16:21:34
Introducing the New Features of Java 9
In this lesson, we will explore many under the cover improvements to performance that you automatically get by just running your application in the new environment. Internally, string changes also drastically reduce memory footprint requirements for times when you don't need full-scale Unicode support in your character strings. If most of your strings can be encoded either as ISO-8859-1 or Latin-1 (1 byte per character), they'll be stored much more efficiently in Java 9. So, let's dive deep into the core libraries and learn the underlying performance improvements.
推薦閱讀
- DevOps:軟件架構師行動指南
- Mastering JavaScript Functional Programming
- AngularJS Testing Cookbook
- Python量化投資指南:基礎、數據與實戰
- Apache Spark 2 for Beginners
- Java深入解析:透析Java本質的36個話題
- Instant QlikView 11 Application Development
- Data Analysis with Stata
- WordPress Plugin Development Cookbook(Second Edition)
- RealSenseTM互動開發實戰
- Visualforce Developer’s guide
- Deep Learning with R Cookbook
- Mastering JavaScript
- Microsoft Windows Identity Foundation Cookbook
- Learn C Programming