limbo/cli
Jussi Saurio 0d77ea9446 Merge 'Optimization: only initialize Rustyline if we are in a tty' from Pedro Muniz
This is small nitpick, but it will be useful for #1258. If we are
testing or just piping some sql through stdin, we can just not
initialize `Rustyline` and save some execution time.
On `Select 1` bench, I got a minor performance bump, but it starts to
become less apparent on more complex queries.
<img width="759" alt="image" src="https://github.com/user-
attachments/assets/12e22675-e081-4284-a5ed-15d53a9c5579" />

Closes #1372
2025-04-25 23:02:42 +03:00
..
commands add .timer command with fine grained statistics about limbo 2025-04-09 16:31:08 +02:00
docs/internal docs for cli 2025-03-30 02:41:48 -03:00
app.rs Merge 'Optimization: only initialize Rustyline if we are in a tty' from Pedro Muniz 2025-04-25 23:02:42 +03:00
build.rs adding table colors 2025-03-06 15:52:20 -03:00
Cargo.toml Switch to using std::io::IsTerminal::is_terminal 2025-04-21 01:03:31 -03:00
helper.rs remove error debug 2025-04-04 17:44:34 -03:00
input.rs io/linux: make syscallio the default (io_uring is really slow) 2025-04-10 13:32:26 +03:00
main.rs Switch to using std::io::IsTerminal::is_terminal 2025-04-21 01:03:31 -03:00
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30
SQL.sublime-syntax highlight candidate 2025-03-06 16:33:23 -03:00