Skip to content

Poor NetObjectCache performance with PCL #330

Description

@ezverev

The NetObjectCache is very humble in the matter of relying on the .NET ref tracking. I am not familiar with the CF limitations but why did you hit all the PCL world the same way?

#if CF || PORTABLE // CF has very limited proper object ref-tracking; so instead, we'll search it the hard way
                index = list.IndexOfReference(value);
#else

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions