Florian Lehner
Florian Lehner
I have updated the PR, moved the code into an internal package and used type aliasing as well as a function wrapper, to not break the API.
Maybe an additional feature request for the dynamical growth: Instead if regular incremental adds to the LRU map, the LRU map should grow in stages. #### Example: Max LRU size:...
> If so, each stage would increase the size by 112 ((1024-128)/8) = 112 (or 128 if you count in the initial size as one stage). This example sounds more...
> There is no need to allow non-dictionary profiles. @tigrannajaryan there is no option to have Profiles without dictionary support. In Profiles dictionaries are established for some time now. The...
I have updated this PR to reflect the changes suggested in the [OTEP](https://docs.google.com/document/d/1v-XlgxnyyIsT-azCsfHJdRzVx-Ei2bIKB4hrYZQ6rGE/edit?tab=t.0).
As the tendency is towards `AnyRefValue` rather than just adding a reference field in the oneof field in AnyValue the PR got updated.