m00natic pushed a change to branch master in repository elpa. from abab067 Merge commit 'fa4ba155a3e22ddc4b8bc33fcbf8cc69ef8f0043' from company new bdea867 * packages/vlf: Perform search, occur and ediff operations over hexl content instead over raw data when hexl-mode is active. Allow vlf-occur results be saved to file and later reused. new 9c4e6a5 * packages/vlf: Version 1.6. Automatically tune batch size to improve user experience and performance for batch operations.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: packages/vlf/vlf-base.el | 222 ++++++++++++---------- packages/vlf/vlf-ediff.el | 23 ++- packages/vlf/vlf-integrate.el | 7 +- packages/vlf/vlf-occur.el | 344 +++++++++++++++++++++++++-------- packages/vlf/vlf-search.el | 192 +++++++++++-------- packages/vlf/vlf-tune.el | 423 +++++++++++++++++++++++++++++++++++++++++ packages/vlf/vlf-write.el | 127 ++++++++----- packages/vlf/vlf.el | 62 ++++--- 8 files changed, 1051 insertions(+), 349 deletions(-) create mode 100644 packages/vlf/vlf-tune.el