Changes between Version 4 and Version 5 of FutureHaiku/BFSIssues


Ignore:
Timestamp:
Nov 30, 2023, 3:58:18 AM (5 months ago)
Author:
nephele
Comment:

Mention discussion in #18567

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/BFSIssues

    v4 v5  
    1919 * The indexes hurt performance as they are updated synchronously.
    2020 * The Values in B+Tree nodes are not 64bit aligned, which is a performance problem on some architectures.
     21
     22 * No direct way to get the size of folders without a recursive scan (see #18567)