mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
b07e206b36
Tables are the most common "large" data structures Nushell itself creates. Benchmarking them and their common operations are central - Creation via the explicit `[[]; [] []]` literal syntax - `get` Access (`math sum` to guarantee consumption) - `select` Slicing by columns Currently low column count and high row count as the default example. Future benchmarks should diversify this and provide tables with irregular column order/presence (as this is currently allowed but rare and requires extra bookkeeping in different commands) |
||
---|---|---|
.. | ||
benchmarks.rs | ||
README.md |