nexusmem 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +332 -260
- package/README.md +3 -0
- package/dist/cli/index.js +678 -169
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -253,6 +253,9 @@ run is the first measurement at the scale that target was always described as ap
|
|
|
253
253
|
One thing that is not a percentage: shell commands and conversation turns have no cheap `grep`
|
|
254
254
|
equivalent. Without something recording them, they are gone, not merely more expensive to find.
|
|
255
255
|
|
|
256
|
+
For how these numbers compare to a similar tool's own claims, see
|
|
257
|
+
[`docs/competitor-comparison.md`](docs/competitor-comparison.md).
|
|
258
|
+
|
|
256
259
|
Latency on a ~530-node corpus, warm, p50 over 10 runs:
|
|
257
260
|
|
|
258
261
|
| Operation | |
|