object-comparison

There are 10 repositories under object-comparison topic.

  • superdiff

    DoneDeal0/superdiff

    Superdiff provides a complete and readable diff for both arrays and objects. Plus, it supports stream and file inputs for handling large datasets efficiently, is battle-tested, has zero dependencies, and is super fast.

    Language:TypeScript924278
  • ddeltree/leavify

    A javascript package for tracking changes to object leaf values

    Language:TypeScript52150
  • Jaid/object-changes

    Compares two objects and returns the differences.

    Language:JavaScript220
  • cengels/potence

    A tiny modularized library containing a variety of functions to enhance the JavaScript coding experience

    Language:TypeScript1100
  • harshitsingh13/The-ArchLegends-Version-2-A-single-player-role-playing-video-game

    The head of ArchFable, a single-player role-playing video game to which we design a prototype for their new title, ArchLegends. The game is set in a time where a demon named Lionfang and his lieutenants have taken over the kingdom of Thunderforge. The purpose of the game is to allow the user to start as a hero and then defeat Lionfang.

    Language:Java110
  • inqwise/inqwise-difference

    This repository provides a Java library for computing and managing differences between objects. It supports customizable comparison with silent and composite fields, offering operations like add, remove, and replace. Differences are represented as JSON using Jackson, making it ideal for auditing, patching, and change tracking.

    Language:Java10
  • jimbo2150/php-comparable

    PHP library to allow for comparison of two objects with a comparison operator.

    Language:PHP1100
  • rblt/diffler

    A fast property comparer of instances using compiled expression trees on the fly.

    Language:C#1100
  • composi/are-equal

    Determines whether provided values are equal. For object and arrays it compares them by value instead of by reference.

    Language:JavaScript10
  • Floofies/js-testdiff

    The deep diff/test function from Differentia.js, ported to TypeScript. Returns true if input 1 differs in any way from input 2. Performs deep object traversal by default, works OK with circular references.

    Language:JavaScript10