Git Product home page Git Product logo

Comments (3)

mbj avatar mbj commented on August 25, 2024

Nak from my side.

I only want the equalizer functionnalities for some objects, not all object of a class, so I define the equalizer like this:

Make a specific subclass where you include the Equalizer, and all objects you want to be equalized instances of that equalized subclass. Using Object#extend this way is IMO just hiding a design smell.

from equalizer.

dkubb avatar dkubb commented on August 25, 2024

@phurni Extending an object at runtime actually wipes our your entire global method cache. The performance impact of this technique is one of the reasons that DCI quickly fell out of favour in the ruby community a few years ago.

If you really must do it conditionally, I would suggest creating proxy objects that use Equalizer, and wrap your own objects in them and use those for equality testing.

from equalizer.

phurni avatar phurni commented on August 25, 2024

Yes, wrapping them was my first design. Then, because the number of objects could have been high, I tried to avoid the wrapping to reduce the performance hit. This was a faulty pre-optimization decision of my own.
Thanx for the reminder.

from equalizer.

Related Issues (10)

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.