nushell/crates/nu-plugin
Filip Andersson 817eacccd8
removes unused features. (#6938)
* removes unused features.

* Adds back multithreading feature to sysinfo.

* Adds back alloc for percent-encoding

* Adds updated lock file.

* Missed one sysinfo.

* `indexmap` just defaults

* Revert `miette``default-features=false`

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-11-12 18:44:56 +13:00
..
benches touchup some clippy warnings in tests (#6612) 2022-09-26 09:06:13 +13:00
src Friendly error message for access beyond end (#6944) 2022-10-29 19:47:50 +02:00
Cargo.toml removes unused features. (#6938) 2022-11-12 18:44:56 +13:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
README.md remove capnp protocol for plugin... (#6421) 2022-08-31 17:33:30 -05:00

nu-plugin

Benchmark

Here is a simple benchmark for different protocol for encoding/decoding nushell table, with different rows and columns. You can simply run cargo bench to run benchmark.

The relative html report is in target/criterion/report/index.html.