Skip to content

bug fixes

Compare
Choose a tag to compare
@arxdsilva arxdsilva released this 09 Aug 01:53
· 44 commits to master since this release

this release fixes many bugs on program execution and also enhances comparison of new files, for more info check the commits bellow:

7efb547
4ee7248
7d4d528
92ddd50

Notes:
Main feature here is in the comparison core, it's now done with maps that are much faster in Go to find an element. Before it was doing the comparisons with slices, it worked relatively fast with small files but it would have problems with bigger xml, since it would need to iterate on two slices in a loop.