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
std::priority_queue
的元素比较器参数是第三个模板参数,导致每次需要自定义元素比较器时都要在第二个参数位置处写一长串的 std::vector<...>
。如果元素类型比较复杂,就更难写了。如果可以有一个类似于
_
这样的 placeholder 可以指定对应位置的参数使用默认值就好了。既可以是模板参数,也可以是函数参数。例如
std::priority_queue<T, std::vector<T>, MyComp>
就可以简写为 std::priority_queue<T, _, MyComp>
。🍎 Apple Event - Wonderlust | 好奇心上头
Apple 将在北京时间 2023 年 9 月 13 日凌晨 1 点召开新品发布会。
Apple 将在北京时间 2023 年 9 月 13 日凌晨 1 点召开新品发布会。
Clang 16 已经进入 Arch Extra 仓库。
楼上一家人吵架吵了快一个小时,终于消停了
再不消停报警了🚓
再不消停报警了🚓
Parallel garbage collection for SBCL [pdf] https://applied-langua.ge/~hayley/swcl-gc.pdf
Compiling Rust for .NET, using only tea and stubbornness https://fractalfir.github.io/generated_html/rustc_codegen_clr_v0_0_1.html
#Linux #Scheduler #PDF
Linux 的新 Scheduler EEVDF 的研究论文
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91ebfd750564
Linux 的新 Scheduler EEVDF 的研究论文
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91ebfd750564
公司是不是要倒闭了啊
&
和 noexcept
之间加空格以前是
File &operator=(File &&another) &noexcept
怎么还不发工资😡
星期一综合症发作了😇
南京好大的雨