Test name | Executions per second |
---|---|
es-toolkit | 2184983.8 Ops/sec |
JSON.stringify | 3298864.8 Ops/sec |
<script src="https://cdn.jsdelivr.net/npm/es-toolkit@%5E1"></script>
const node1 = {
id: "n-w71cvCJS6w7WM8E3C3_6w",
order: "a06DJ",
type: "shape",
attributes: {
width: 100,
height: 100,
color: '#fff',
}
};
const node2 = {
id: "n-w71cvCJS6w7WM8E3C3_6w",
order: "a06DJ",
type: "shape",
attributes: {
width: 100,
height: 100,
color: '#fff',
}
};
_.isEqual(node1, node2);
JSON.stringify(node1) === JSON.stringify(node2);