XML-Comp v0.32 Release Notes

Release Date: 2017-08-09 // over 6 years ago
  • 🚀 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.