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

@@ -13,7 +13,7 @@ from typing import Dict
from cli_tests.console import error, info, test
from cli_tests.test_turso_cli import TestTursoShell
LIMBO_BIN = Path("./target/debug/tursodb")
LIMBO_BIN = Path("./target/release/tursodb")
DB_FILE = Path("testing/temp.db")
vfs_list = ["syscall"]
if platform.system() == "Linux":