github mksglu/context-mode v1.0.80

latest releases: v1.0.89, v1.0.88, v1.0.87...
22 hours ago

v1.0.80 — Search optimization

Performance

  • Skip fuzzy correction on stopwords (#272) — searchWithFallback no longer runs levenshtein + vocab DB queries on stopwords that get stripped by sanitizeQuery anyway. Thanks @sebastianbreguel!
  • Cache cleanup prepared statements (#272) — cleanupStaleSources() was the only method creating 3 new prepared statements per call. Now cached in constructor, consistent with every other method.

Upgrade:

npm install -g context-mode@1.0.80

Full Changelog: v1.0.79...v1.0.80

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.