Skip to content

Nested Loop/Hash Performance, Cleanup and Test Maintenance

Choose a tag to compare

@mtraynham mtraynham released this 03 Jul 21:39
· 167 commits to master since this release

Changes

  • Slight performance increases in Nested Loop and Hash joins by using the smaller array as the parent.
  • Changed tests to use the correct assert functions from Chai.
  • Improve Webpack specs and made them more maintainable.
  • Added a clean way to generated the license banner.
  • Everything is now ES6, even the Gulp file.