When and why to deprecate filesystems
When and why to deprecate filesystems
Posted Mar 20, 2022 6:50 UTC (Sun) by oldtomas (guest, #72579)In reply to: When and why to deprecate filesystems by Paf
Parent article: When and why to deprecate filesystems
"No, it means checking the extent reference count"
Yes, but. If you look at the garbage collector community you soon realize that /maintaining/ those refcounts is expensive. It means one write access for each change in refcount.
That's why when GC performance starts to matter, most drop the first (naive) refcount implementation.
For file systems things won't be that different.
