Skip to content

Releases: imagibee/Gigantor

v0.6.3

01 Mar 02:09
f5bdc97
Compare
Choose a tag to compare

What's Changed

  • Fix bug setting overlap
  • Change RegexSearcher default values
  • Work on benchmarking

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Feb 17:49
7c86132
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Feb 16:11
1cffc08
Compare
Choose a tag to compare
  • Fix benchmarks
  • Update README with discussion about gzip stream mode

See https://github.com/imagibee/Gigantor

v0.6.0

18 Feb 01:27
1f72696
Compare
Choose a tag to compare
  • Add a second constructor option to RegexSearcher that accepts a stream. The stream constructor allows the user to pass in an open Stream instead of a path to a file on disk. One reason to do this is to enable the use case of searching a compressed file without decompressing it to disk.
  • Fix a bug in the IBackground that wasn't declaring some methods virtual that were intended to be.

See #52

v0.5.0

13 Feb 18:25
37db50e
Compare
Choose a tag to compare

What's Changed

  • Add support for Match Groups
  • Move tests and benchmarks to sub-folders
  • Add code coverage

See #50

Full Changelog: v0.4.1...v0.5.0