Clean up io_uring writev implementation, add iovec and cqe cache

This commit is contained in:
PThorpe92
2025-07-26 18:37:40 -04:00
parent 689007cb74
commit efcffd380d
4 changed files with 164 additions and 107 deletions

View File

@@ -207,12 +207,6 @@ mod tests {
#[cfg(not(feature = "sqlite3"))]
mod libsql_ext {
<<<<<<< HEAD
||||||| parent of 7f61fbb8 (Update test to match cacheflush behavior)
=======
use limbo_sqlite3::sqlite3_close_v2;
>>>>>>> 7f61fbb8 (Update test to match cacheflush behavior)
use super::*;
#[test]