Commit d76c631
committed
docs(deepnsm): save SoA adjacency layout as future concept
Document the category-padded SoA layout (16 categories × 16 slots = 256
F32x16 lanes) as a future optimization concept in deepnsm.rs.
Verified no overlap with existing patterns:
- blasgraph CSR/CSC: graph adjacency matrix, not semantic vectors
- SPO semiring: cost algebra, not vector layout
- neighborhood CLAM: search scope, not decomposition format
- aabb/spatial_hash SoA: spatial coords (x,y,z), not semantic categories
- dn_tree SoA: HV summary layout, not NSM category decomposition
The concept is clean for future implementation.
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o71 parent 2c5cc3a commit d76c631
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1282 | 1282 | | |
1283 | 1283 | | |
1284 | 1284 | | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
0 commit comments