Files
turso/cli
Jussi Saurio 7ac18a6952 Merge 'Remove some traces in super hot paths in btree' from Preston Thorpe
Particularly we were tracing `ImmutableRecord` / `BTreeKey` which would
then trace the bytes of records. These are super super hot paths and I
think we can probably remove even more to under debug assertions so we
dont eat those atomics/branches all the time.
This PR also introduces the `tracing_release` feature, which turns all
`trace!` and `debug!` macro invocations to noops at compile time, and
makes that feature available for all bindings.
it also removes the unused `lru` dependency, and cleans up the makefile
a bit

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #2995
2025-09-11 13:33:25 +03:00
..
2025-05-17 15:51:17 -03:00
2025-09-11 00:14:38 +07:00
2025-03-06 15:52:20 -03:00
2025-08-30 06:57:14 +03:00
2025-09-10 16:31:57 +07:00
2024-07-08 22:43:11 +05:30