HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gplane

49 karmajoined il y a 7 ans
@g-plane on GitHub.

Submissions

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

github.com
14 points·by gplane·il y a 7 jours·5 comments

WebAssembly Language Tools v0.11.0 is released

github.com
1 points·by gplane·le mois dernier·0 comments

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

blog.gplane.win
12 points·by gplane·le mois dernier·1 comments

Improving the performance of WAT parser

blog.gplane.win
109 points·by gplane·il y a 6 mois·42 comments

comments

gplane
·il y a 6 jours·discuss
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
·il y a 5 mois·discuss
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
·il y a 6 mois·discuss
> "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.