百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#38·min-sized-rust

相同代码折叠

作者: Kobzol创建于 2022年7月8日更新于 2024年12月20日

Since Rust can't do polymorphization properly yet, using generics generates a lot of duplicated functions because of monomorphization. These functions take up space in the binary, even though they have completely the same instructions.

内容来源: johnthagen/min-sized-rust

查看 GitHub 原文在 GitHub 查看讨论