Changes between Version 4 and Version 5 of FutureHaiku/BFSIssues
- Timestamp:
- Nov 30, 2023, 3:58:18 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/BFSIssues
v4 v5 19 19 * The indexes hurt performance as they are updated synchronously. 20 20 * 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)