Skip to content

Commit

Permalink
Adding build status and perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Chen committed Jan 13, 2018
1 parent 9da2141 commit 6671a4b
Show file tree
Hide file tree
Showing 2 changed files with 5,727 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Simple deep equal
[![Build Status](https://travis-ci.org/ryancat/simple-deep-equal.svg?branch=master)](https://travis-ci.org/ryancat/simple-deep-equal)

## In a nutshell
Simple deep equal is a very simple deep equal implementation for nodejs and browser environment written in javascript. It uses recursive functions for nested arrays and objects to test equality. I want to keep this super simple with ok performance.

## Todo
I may add more code to handle more complicated cases like circular references, super large objects/array, etc.
Loading

0 comments on commit 6671a4b

Please sign in to comment.