Zac Burns
Zac Burns
Add support for sub-arenas that can be reset in a LIFO order, without resetting the whole bump arena
The requirements for bumpalo are different, but you might be inspired by the use of closures in second-stack as an API to ensure correct scoping: [https://docs.rs/second-stack/0.3.4/second_stack/](https://docs.rs/second-stack/0.3.4/second_stack/)
There is a way to get at this information and I worked out how to do it once with a flamegraph profiler that I used before writing firestorm, but the...
I agree that appears less verbose, and is especially nice in that the function signature need not be duplicated. IDE support for macros can be hit or miss though. Also,...
Thanks for the contribution! I really appreciate it. Most of this is positive changes, but I need to give it a more thorough review before merging. Skimming the code, there...
Mixing multiple changes in one PR is usually OK by me. I think allowing that ends up with a better result overall because splitting up changes as you're making edits...
Making some progress here... I just did the first release of Firestorm (the profiler dependency). In this new version, we shouldn't get the lints for dropping the profiling sections since...
I would accept a PR to silence this lint, but not to remove strict equality comparisons. Thanks for asking! Since this is a serialization library, one of the key tenets...
There's still quite a bit of work to do, but depending on your needs it might be sufficient already. There are some breaking changes coming to the format, but with...
Congrats! I've been pretty slammed in life too. Hopefully I should be able to dedicate some time to addressing your feedback as soon as it's ready. I've been putting some...
I'm not entirely sure that I understand every aspect of your use-case, but having a first-class API for mutable/append data within a Tree-Buf file is somewhere between unlikely and far...