GitHub @BurntSushi

RSS: https://github.com/BurntSushi.atom
我热爱编程。BurntSushi 有 182 个仓库。在 GitHub 上关注他们的代码。

BurntSushi opened a pull request in regex

BurntSushi opened rust-lang/regex#1386 · August 10, 2026 09:19 automata/nfa/thompson: tweak allocation handling for UTF-8 compiler #1386 This commit makes the UTF-8 compiler allocation pattern a bit m...
评论点赞收藏5 天前

BurntSushi 提交 aho-corasick 清理 core:: 前缀

BurntSushi 在 aho-corasick Rust 库提交了一次小改动,移除了 4 个文件中的冗余 core:: 前缀(如 core::u16::MAX 改为 u16::MAX),共 4 行新增、6 行删除,属于例行代码清理。
评论点赞收藏5 天前

BurntSushi 提交 regex 代码清理

BurntSushi 在 rust-lang/regex 仓库提交了一个小改动,将 和 中的 core::usize::MAX 和 core::i32::MAX 简化为 usize::MAX 和 i32::MAX,共 4 行新增、5 行删除。
评论点赞收藏5 天前

bstr:Rust 中无需有效 UTF-8 的字符串类型

bstr 是 Rust 的一个字节字符串库,允许处理非 UTF-8 数据而无需验证。它提供 ByteSlice trait 扩展 &[u8] 和 Vec,支持按行读取、子串搜索、Unicode 感知分词和 grapheme 迭代。MSRV 为 Rust 1.65,唯一必需依赖是 memchr,其他如 serde、unicode 均为可选。
评论点赞收藏12 天前

BurntSushi 创建了一个分支

烧焦寿司 在 烧寿司/jiff 中创建了一个分支 · 2026年8月2日 13:36 参考文献/标题/AG/结构化-TZDB 在 烧寿司/jiff 中 更新于8月2日
评论点赞收藏13 天前

ripgrep musl 二进制在超大搜索时偶发段错误

ripgrep 15.2.0 的 musl 版本在并发搜索超大目录树时偶发 SIGSEGV,崩溃点在 musl mallocng 的堆元数据断言。复现需要约 20GiB、180 万个文件的目录,在 24 核机器上约一分钟触发。崩溃发生在 opendir 调用 calloc 时,附完整 backtrace 和 core dump。
评论点赞收藏14 天前

BurntSushi pushed dotfiles

BurntSushi pushed to master in BurntSushi/dotfiles · July 30, 2026 16:20 2 commits to master 5ddee28 marge: various updates from new machine d0cd9f0 ripgrep: remove old Go template file type 2 more co...
评论点赞收藏16 天前

BurntSushi pushed memchr

BurntSushi pushed to master in BurntSushi/memchr · July 30, 2026 15:57 1 commit to master 8f7536d benchmarks: bump memchr to latest version
评论点赞收藏16 天前

BurntSushi commented on an issue in ripgrep

BurntSushi commented on BurntSushi/ripgrep#3499 · July 30, 2026 07:29 BurntSushi commented Jul 30, 2026 I don't think this is in scope for ripgrep's release workflow. I think this is something y'all w...
评论点赞收藏16 天前

BurntSushi closed an issue in ripgrep

BurntSushi closed an issue in BurntSushi/ripgrep · July 29, 2026 08:00 perf(ignore): don't search subdirs for git/ignore files if max depth is reached #2565 When searching for git/ignore files (the on...
评论点赞收藏17 天前

BurntSushi pushed ripgrep

BurntSushi pushed to master in BurntSushi/ripgrep · July 29, 2026 15:00 1 commit to master 435f59f ignore: skip loading unreachable ignore files
评论点赞收藏17 天前

BurntSushi commented on an issue in jiff

BurntSushi commented on BurntSushi/jiff#618 · July 29, 2026 04:44 BurntSushi commented Jul 29, 2026 The version isn't always readily available unfortunately. See: The other problem her…
评论点赞收藏17 天前

BurntSushi pushed jiff

BurntSushi pushed to master in BurntSushi/jiff · July 28, 2026 23:24 1 commit to master 970f2a0 core: fix time zone offset subtraction
评论点赞收藏18 天前

登录芦苇

登录后关注作者、收藏内容和参与讨论。