Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-11-18 | 349 Bytes | |
Upgrade to java 14.tar.gz | 2018-11-18 | 1.7 MB | |
Upgrade to java 14.zip | 2018-11-18 | 1.9 MB | |
Totals: 3 Items | 3.6 MB | 0 |
- dropped "structs"
- replaced innoficial API usage for offheap and mmapped files by new "foreign memory access" API which is included in JDK 14's inkubator module. First impression: Oracle did an excellent work on this, performance is on par with older "Unsafe" hacks and some use cases even perform better. Only issue: "Why took this so long" ;)