Skip to content

Releases: pedroegsilva/gofindthem

Addition of Group Finder

08 Jul 00:30
caa84ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v1.0.0

v0.3.0

18 Feb 00:42
602c8ef
Compare
Choose a tag to compare

Overview

This Release was mostly cleaning up some implementations and organization of the code.
It also changed some functions headers which made it not retro compatible with the v0.2.0 release.
The benchmarks also showed some improvements in performace after the changes of this release.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Sep 01:51
f3744eb
Compare
Choose a tag to compare
  • Adds the INORD and Regex operators.
  • Changes the engines to return an array instead of channels, avoiding unnecessary overhead. ( The implementation was not using the multithread, so the use of channels was only creating an overhead. I intend to implement an asynchronous version to compare the performance)

v0.1.0

30 Aug 03:04
b141f0b
Compare
Choose a tag to compare

v0.1.0