You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the bumpalo allocator for my pseudo expression language for the example in winnow winnow-rs/winnow#620. It has significant impact on the AST construction performance. However, it can sometimes feel too verbose due to the lifetimes
The text was updated successfully, but these errors were encountered:
I tried using the
bumpalo
allocator for my pseudo expression language for the example in winnow winnow-rs/winnow#620. It has significant impact on the AST construction performance. However, it can sometimes feel too verbose due to the lifetimesThe text was updated successfully, but these errors were encountered: