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
perf(collections): reuse backing storage and extend tests
- move List/Dictionary/HashSet/Queue/Stack view types into Nino.Core.Internal so core and generators share the same layouts
- expose fast span helpers on Reader/Writer to copy unmanaged buffers and remove TypeCollector references
- rewrite queue/stack serializers to reuse backing arrays, pre-size instances, and simplify .NET vs Unity directives
- add Unity editor coverage for collection and concurrent collection serialization including ref overloads
- update Unity package versions and project version to match the new test environment
Co-Authored-By: ChatGPT <noreply@openai.com>
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments