It's like putting another I/O specific cache layer that supports plenty operations including batch between the kernel space and the user space, so that the transitions between the kernel mode and the user mode can be largely reduced. Relying on a bunch of magic, it increases the throughput of I/O operations.
changyuheng
積分 1
最近發現 Kotlin 的設計商 JetBrains 自己有做了一個教學系統叫做 JetBrains Academy ,透過線上教學文件和自動審核程式的機制來讓你一步一步學習 Kotlin ,我覺得還蠻不錯的,只是每次 Submit 上去都要等蠻久的就是了 XD""""
目前支援 Java, Kotlin, Python 三種語言。
IngramChen
積分 1
graal compile 太久了, 很難用
另外用到 graal 的人應該不會用 spring 了, spring 強在原有的生態系很大, 但那些 lib 九成九不能上 graal, 等於好處都沒享受到
IngramChen
積分 0
現在回頭過來看版號 ,半年跳一號還是沒什麼意義啊,新功能也都藏在 flag 下。
Java 14 應該就是 Java 17-BETA-3,實質上大家也當作 beta 在用,誰上 production ?
IngramChen
積分 3
沒像作者碰過這麼多東西, 不過大致上都跟自己的經驗相同
- 時程不可能準確預估
- desgin pattern 是提鍊出來的
- 少用 Mock
- 我只用 trunk, 從一而終
- 現在已經從 composition over inheritance 進化到 copy paste 了