limbo/core
Pekka Enberg 94e2d3a004 Merge 'perf: fix logic error in is_simple_count()' from Jussi Saurio
```
Execute `SELECT count() FROM users`/limbo_execute_select_count
                        time:   [15.635 µs 15.676 µs 15.730 µs]
                        change: [-96.011% -95.991% -95.972%] (p = 0.00 < 0.05)
                        Performance has improved.
```
Performance has improved.
Closes #2313

Closes #2314
2025-07-29 09:14:48 +03:00
..
benches bench: add insert benchmark (batch sizes: 1,10,100) 2025-07-15 13:41:56 +03:00
ext Disable extension loading for wasm 2025-07-28 14:49:07 -03:00
functions make unixepoch to return i64 2025-07-16 14:02:56 +04:00
io io/unix: wrap file with Mutex 2025-07-28 11:33:57 +02:00
json properly pass subtype 2025-07-14 11:20:49 +04:00
mvcc core/mvcc: Adjust cursor tests 2025-07-17 21:43:07 +03:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Fix clippy 2025-07-28 14:48:52 -03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'perf: fix logic error in is_simple_count()' from Jussi Saurio 2025-07-29 09:14:48 +03:00
vdbe Disable extension loading for wasm 2025-07-28 14:49:07 -03:00
vector modify based on review comments 2025-07-10 19:15:39 +08:00
assert.rs core: Add Antithesis-aware turso_assert 2025-06-29 11:46:18 +03:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml Disable extension loading for wasm 2025-07-28 14:49:07 -03:00
error.rs Make the ReadOnly error more generic 2025-07-23 16:58:22 -04:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs Disable extension loading for wasm 2025-07-28 14:49:07 -03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Merge 'core: Enforce shared database object per database file' from Pekka Enberg 2025-07-28 19:34:35 +03:00
parameters.rs Consolidate match case in parameters push to handle all anonymous params in one case 2025-05-13 14:42:12 -04:00
pragma.rs implement the pragma encoding 2025-07-26 19:37:39 -05:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs change every Rc to Arc in schema internals 2025-07-28 10:51:17 +02:00
series.rs Make the ReadOnly error more generic 2025-07-23 16:58:22 -04:00
types.rs add WalInsertInfo type 2025-07-28 17:20:10 +04:00
util.rs change every Rc to Arc in schema internals 2025-07-28 10:51:17 +02:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs change every Rc to Arc in schema internals 2025-07-28 10:51:17 +02:00