mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-29 11:13:33 +00:00
Closes #437: VectorDb::delete in ruvector-router-core acquired the stats RwLock twice in one statement. parking_lot::RwLock is non-reentrant, so the second .write() deadlocked against the first guard's lifetime. Bind the guard once. Closes #438: Gate AVX-512 intrinsics behind a new `simd-avx512` Cargo feature (default-on). Lets downstream consumers on stable Rust 1.77–1.88 (before avx512f stabilization in 1.89) opt out without forcing nightly: cargo build --no-default-features --features simd,storage,hnsw,api-embeddings,parallel Runtime dispatch falls back to AVX2 + FMA when the feature is disabled. All 4 #[target_feature(enable = "avx512f")] sites + 4 dispatch branches updated. Both feature configurations verified to compile cleanly; all 18 simd_intrinsics tests pass. Closes #458: Rename two pairs of case-colliding research artifacts under docs/research/claude-code-rvsource/versions/v2.1.x/tree/react_memo_cache_sentinel/ that broke `git clone` on Windows/NTFS: tmux.js → tmux_lc.js (TMUX.js kept) type.js → type_lc.js (Type.js kept) modules-manifest.json updated to match. Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| extracted | ||
| versions | ||
| 00-index.md | ||
| 01-overview-and-binary-structure.md | ||
| 02-tool-system.md | ||
| 03-agent-loop-and-execution-flow.md | ||
| 04-permission-system.md | ||
| 05-mcp-integration.md | ||
| 06-hooks-system.md | ||
| 07-context-and-session-management.md | ||
| 08-configuration-and-environment.md | ||
| 09-agent-and-subagent-system.md | ||
| 10-models-and-api.md | ||
| 11-telemetry-and-observability.md | ||
| 12-dependency-graph.md | ||
| 13-extension-points.md | ||
| 14-source-extraction.md | ||
| 15-core-module-analysis.md | ||
| 16-call-graphs.md | ||
| 17-class-hierarchy.md | ||
| 18-state-machines.md | ||
| 19-ruvector-integration-guide.md | ||
| 20-sota-decompiler-research.md | ||
| 21-model-weight-analysis.md | ||
| claude-code-v2.1-runnable.rvf | ||
| claude-code-v2.1-runnable.rvf.manifest.json | ||