perf(sqlite-native): remove delete file existence probe#4631
Conversation
PR Review:
|
| Concern | Severity |
|---|---|
| Optimization correctness | Sound |
| WASM VFS parity divergence | Low — follow-up recommended |
Empty-range delete_range contract |
Low — implicit assumption worth documenting |
| Code quality | Clean |
Overall: The change is correct and the performance gain is real. The main gap is that the WASM VFS counterpart still has the existence probe, creating a parity divergence. A follow-up to align the WASM side or add an explicit comment would close this out cleanly.
87e4122 to
8c30d87
Compare
a60a42d to
9d72e25
Compare
8c30d87 to
86fec2b
Compare
2bb44ed to
bf17632
Compare
86fec2b to
79dfb24
Compare
c491e4d to
fd22139
Compare
e98814b to
abbbf3d
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: