mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
Add PNG graphics to perf docs for issue-2084 perf mods (#2095)
* perf how-to * PNG files to docs
This commit is contained in:
parent
88286fd1b4
commit
88950fd90b
10 changed files with 181 additions and 4 deletions
BIN
docs/src/perf/timings-2026-06-20-cats.png
Normal file
BIN
docs/src/perf/timings-2026-06-20-cats.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
docs/src/perf/timings-2026-06-20-chains.png
Normal file
BIN
docs/src/perf/timings-2026-06-20-chains.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
docs/src/perf/timings-2026-06-20-verbs.png
Normal file
BIN
docs/src/perf/timings-2026-06-20-verbs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
|
@ -83,6 +83,10 @@ The table below compares wall-clock time before and after these changes, using t
|
|||
| `put` UDF-heavy | 2.81s | 1.71s | -39% |
|
||||
| `put` map-returning UDF | 2.72s | 1.92s | -29% |
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Peak resident set size (RSS) for representative workloads:
|
||||
|
||||
| Workload | Before | After | Change |
|
||||
|
|
|
|||
|
|
@ -67,6 +67,10 @@ The table below compares wall-clock time before and after these changes, using t
|
|||
| `put` UDF-heavy | 2.81s | 1.71s | -39% |
|
||||
| `put` map-returning UDF | 2.72s | 1.92s | -29% |
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Peak resident set size (RSS) for representative workloads:
|
||||
|
||||
| Workload | Before | After | Change |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue