每周分享第 44 期¶
-
Modern Script Loading https://jasonformat.com/modern-script-loading/
-
如何实现 closure http://craftinginterpreters.com/closures.html
-
加速 uniform_int_distribution 实现 https://lemire.me/blog/2019/09/28/doubling-the-speed-of-stduniform_int_distribution-in-the-gnu-c-library/
-
在 FPGA 上运行 Rocket Chip 教程 https://github.com/cnrv/fpga-rocket-chip
-
Xilinx Bitstream 逆向 https://prjxray.readthedocs.io/en/latest/
-
JVM 利用 SIGSEGV 进行 null 检测 https://jcdav.is/2015/10/06/SIGSEGV-as-control-flow/
-
Async/Await 进入 Rust Beta https://blog.rust-lang.org/2019/09/30/Async-await-hits-beta.html
-
在 Rust 里实现 Plugin http://adventures.michaelfbryan.com/posts/plugins-in-rust/