limbo/perf
Pekka Enberg 2fc5c0ce5c Switch to runtime flag for enabling indexes
Makes it easier to test the feature:

```
$ cargo run --  --experimental-indexes
Limbo v0.0.22
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database
limbo> CREATE TABLE t(x);
limbo> CREATE INDEX t_idx ON t(x);
limbo> DROP INDEX t_idx;
```
2025-06-26 10:07:28 +03:00
..
clickbench Add Nyrkiö to the new clickbench task 2025-02-18 20:46:20 +02:00
latency Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
tpc-h Optimization: lift common subexpressions from OR terms 2025-05-20 14:25:15 +03:00