chore: restructure ~/.ocas layout — nodes/ subdirectory + optional prefix bucketing #84
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
现状
~/.ocas/目录下 CAS 节点文件(<HASH>.bin)与_index/、vars/平铺在一起:问题:
ls ~/.ocas/一屏刷不完方案
Phase 1:
nodes/子目录dir/<HASH>.bin改为dir/nodes/<HASH>.binPhase 2(可选):前缀分桶
用 hash 前 2 字符分桶,32×32 = 1024 个桶。是否需要取决于节点规模——几百个不需要,上万个值得做。
关联
nodes/子目录