HackerTrans
热门最新趋势评论往期问答秀出招聘

gplane

49 声望加入于 7年前
@g-plane on GitHub.

提交

Oxc (popular front-end tooling) forked my parser but removed my copyright notice

github.com
14 分·作者 gplane·7天前·5 评论

WebAssembly Language Tools v0.11.0 is released

github.com
1 分·作者 gplane·上个月·0 评论

Amber Tree: A Middle Ground Between Rowan Red and Green Trees

blog.gplane.win
12 分·作者 gplane·上个月·1 评论

Improving the performance of WAT parser

blog.gplane.win
109 分·作者 gplane·6个月前·42 评论

评论

gplane
·7天前·讨论
Repository was turned private.

Backup links: Issue: https://web.archive.org/web/20260705125328/https://github.co... Commit that removes copyright notice: https://web.archive.org/web/20260704090120/https://github.co...
gplane
·5个月前·讨论
How about cstree? https://crates.io/crates/cstree Recently I found that traversal in rowan tree can cost much time. No sure if there's a cheaper way to achieve that. Or, integrate rowan with bump allocator (bumpalo or oxc_allocator)?
gplane
·6个月前·讨论
> "hand written is always better", I disagree. - Yep. As far as I know, winnow provides SIMD in some cases, while for hand written parsers, writing SIMD can be very hard.