Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use maps.Equal instead of reflect.DeepEqual
reflect causes a lot of memory allocations and uses more CPU time. maps.Equal does not cause any allocations and is about 80% faster
- Loading branch information