Personal channel of @lancern
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
北京地铁四号线在北京南站冲标了
Crun: Fast and lightweight OCI runtime and C library for running containers https://github.com/containers/crun
Efficiently Searching In-Memory Sorted Arrays: Revenge of Interpolation Search? [pdf] https://pages.cs.wisc.edu/~chronis/files/efficiently_searching_sorted_arrays.pdf
SiFive Gives Its WorldGuard Security Model to the RISC-V Community https://www.allaboutcircuits.com/news/sifive-gives-its-worldguard-security-model-to-the-risc-v-community/
Firefox Profiler — Firefox 性能分析网页应用程序
支持导入并分析多种性能筛查器所记录的分析数据:
- Firefox profiler
- Linux perf
- Android SimplePerf
- Chrome 性能面板
- Android Studio
支持直接导入以 dhat 或 Google Trace Event 格式保存的性能分析数据。
https://profiler.firefox.com/
支持导入并分析多种性能筛查器所记录的分析数据:
- Firefox profiler
- Linux perf
- Android SimplePerf
- Chrome 性能面板
- Android Studio
支持直接导入以 dhat 或 Google Trace Event 格式保存的性能分析数据。
https://profiler.firefox.com/
What are the enduring innovations of Lisp? (2022) https://elliottslaughter.com/2022/12/lisp
Vectorization: Introduction https://cvw.cac.cornell.edu/vector/default
Improvements to static analysis in the GCC 13 compiler
Comments
via fcambus@users.lobste.rs (fcambus)
Comments
via fcambus@users.lobste.rs (fcambus)
pointer::as_mut 的原型是
unsafe fn as_mut(self) -> ...
NonNull::as_mut 的原型是unsafe fn as_mut(&mut self) -> ...
在 NonNull
也是 Copy
的情况下,为什么前者是 self
而后者是 &mut self
Introducing Iguana: extremely fast SIMD-optimized decompression
Comments
via lorddimwit@users.lobste.rs (lorddimwit)
Comments
via lorddimwit@users.lobste.rs (lorddimwit)
走出超市了才想起来手里拿的东西还没结账
Random Number Generator Recommendations for Applications https://peteroupc.github.io/random.html
Apple’s big test of data integrity https://eclecticlight.co/2023/05/30/apples-big-test-of-data-integrity/
Creating a Memory-Safe Workstation with CheriBSD [pdf] https://www.bsdcan.org/events/bsdcan_2023/sessions/session/142/slides/58/20230520-memory-safe-desktop-compressed.pdf
Haskell Optimization Handbook https://github.com/haskellfoundation/hs-opt-handbook.github.io
Modern CPUs have a backstage cast https://www.devever.net/~hl/backstage-cast