Skip to content

Release - v2.0.0

Latest

Choose a tag to compare

@Cardinal87 Cardinal87 released this 28 Feb 11:40
11f47ce

igrep - v2.0.0

Overview

This release completely overhauls the indexing engine, replacing the in‑memory dictionary with an LSM‑tree architecture

What's new

Added

  • compact command – merges SSTable levels and removes stale entries, reducing disk usage.
  • LSM‑tree architecture – indexes are now stored as a collection of on‑disk SSTables

Removed

  • Legacy in‑memory index format – no longer supported.

Documentation

For detailed documentation, technical specifications and installation instructions, please see the README file.
Full Changelog: v1.2.0...v2.0.0