Git Product home page Git Product logo

xammemleakobservablesample's Introduction

Skye (she/her)

Hello 👋

My name is Skye and I am a Senior Software Engineer II @ Blizzard Entertainment working on Diablo IV
I used to make open source software

🎮 Gaming 📱 Mobile 💻 Cross-Platform

Languages

C++  C  CSharp  Java  Kotlin  HTML5  CSS3  Javascript  Typescript 

Gaming

Unreal Engine 

Platforms

Windows  Android  Apple  Linux 

UI Toolkits

Xamarin  Uno Platform  WinUI 

IDEs

Visual Studio  Visual Studio for Mac  VSCode  Android Studio  xcode  JetBrains Rider 

xammemleakobservablesample's People

Contributors

rlittlesii avatar skyehoefling avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

solarisyan

xammemleakobservablesample's Issues

Add ConcurrentObservableCollection Implementation

In the memory leak samples as of today the only solution that properly manages releases the System.Delegate object is the ConcurrentStack. This solution uses a CAS (Compare and Swap) Operation to maintain thread safety without requiring the use of any locks. Let's implement a new ConcurrentObservableCollection that manages the underlying collection as a linked list just as a ConcurrentStack this should solve the problem and create a simple implementation in the view model

Add Readme and Documentation

There is currently no documentation explaining what the sample code here does nor provide any concrete numbers on what happens. Let's add a readme file that takes the current results from #1 and puts it into the readme.

Fix DynamicData Implementation

Currently the DynamicData implementation manages memory slightly better than the baseline test. It is still holding onto System.Delegate references creating a memory leak. We need to update this solution to prevent memory leaks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.