limbo/bindings/go
Glauber Costa bf1cfe3a1d avoid potentially expensive operations on prepare, query, execute
This simple patch makes sure we can operate with a reference to the
string instead of being forced to transform it to a string, and makes
sure that the Arc doesn't have to be cloned (which can be expensive in
multi-core systems).

This doesn't really make a large difference in benchmarks, given how
expensive Parse::new() is.
2025-01-28 13:44:34 -05:00
..
rs_src avoid potentially expensive operations on prepare, query, execute 2025-01-28 13:44:34 -05:00
Cargo.toml bindings/go: Rename to Limbo 2025-01-26 20:58:10 +02:00
go.mod bindings/go: Rename to Limbo 2025-01-26 20:58:10 +02:00
go.sum Progress on Go bindings, add prepare + query statement 2025-01-25 23:01:46 -05:00
limbo.go bindings/go: Rename to Limbo 2025-01-26 20:58:10 +02:00
stmt.go bindings/go: Rename to Limbo 2025-01-26 20:58:10 +02:00
types.go bindings/go: Rename to Limbo 2025-01-26 20:58:10 +02:00