added note about RwLock

This commit is contained in:
2026-05-29 16:58:06 -04:00
parent 7eceedd928
commit 528d5acef5
+1
View File
@@ -161,6 +161,7 @@ struct BlobManager {
// Also note RwLock (create) starvation might be a concern if caller is
// append/read heavy due to platform-defined fairness
// todo: better approach?
// RwLock benefits shrink as create traffic becomes heavy
}
// todo: blob indexing is left up to the caller maybe add ID generator