Skip to content

ReasoningBank: Optimize

An optimisation suite covering VACUUM, caching, batch operations, and performance tips.

Source: examples/reasoningbank/optimize.js

Usage

bash
node examples/reasoningbank/optimize.js --benchmark

What It Does

  1. Runs VACUUM to reclaim storage space
  2. Configures and validates cache settings
  3. Demonstrates batch operation optimisation
  4. Optionally runs a before/after benchmark

Released under the MIT License.