GithubHelp home page GithubHelp logo

Comments (4)

cmeeren avatar cmeeren commented on June 29, 2024

A very simple workaround/method (on the library side) is to add an isEqual : 'a -> 'a -> bool parameter to Binding.oneWayLazy, allowing users to optimize as needed. It could be as simple as (=) (which is the current behavior), but it could also be e.g.

fun (simple1, list1) (simple2, list2) ->
  simple1 = simple2 && Object.ReferenceEquals(list1, list2)

This should of course be documented to provide clear guidance.

I kinda like this. I don't like pushing too much on users, but after all, oneWayLazy is there solely for performance reasons, and currently it is potentially lacking in that respect.

from elmish.wpf.

inosik avatar inosik commented on June 29, 2024

The React renderer for Fable has similar functions: lazyView and lazyViewWith, with lazyView being the same as lazyViewWith (=). Elmish.WPF could follow the same principle, so users can provide their own equality functions, if (=) turns out to be too slow.

from elmish.wpf.

cmeeren avatar cmeeren commented on June 29, 2024

Yes, I like that very much. Thanks! 👍

from elmish.wpf.

cmeeren avatar cmeeren commented on June 29, 2024

Closed by a5e1170

from elmish.wpf.

Related Issues (20)

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.