Optionally use perfect hashing for field path matching in derive macro apply
#7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Field paths are serialized as strings, and applying a diff to a large struct can be costly due to excessive string matching. It should be possible to leverage one of the crates in the ecosystem for perfect hashing when generating code for
apply
in the derive macro.The text was updated successfully, but these errors were encountered: