Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Apply nested structure slice optimization in stable marhalers #390

Open
alexvanin opened this issue Apr 6, 2022 · 0 comments
Open

Apply nested structure slice optimization in stable marhalers #390

alexvanin opened this issue Apr 6, 2022 · 0 comments
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U4 Nothing urgent

Comments

@alexvanin
Copy link
Contributor

It cannot be generalized, because the implementation (BytesMarshal) uses knowledge about the type (ObjectID). The main problem with generalization for NestedStructureMarshal is the lack of a proper signature for []Type where Type is generic.
We can apply similar optimization for other lists too (we have about 3-4 of them), this list caught my eye first.

Originally posted by @fyrchik in #389 (comment)

@roman-khimov roman-khimov added enhancement Improving existing functionality I4 No visible changes U4 Nothing urgent S3 Minimally significant labels Dec 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

2 participants