New C++ API#8741
Conversation
Signed-off-by: Mikhail Kot <mikhail@spiraldb.com>
Merging this PR will not alter performance
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | chunked_bool_canonical_into[(1000, 10)] |
16.4 µs | 27.1 µs | -39.23% |
| ❌ | Simulation | encode_varbin[(1000, 8)] |
138.9 µs | 155.6 µs | -10.79% |
| ❌ | Simulation | encode_varbin[(1000, 4)] |
138.7 µs | 154.6 µs | -10.3% |
| ❌ | Simulation | encode_varbin[(1000, 32)] |
143.9 µs | 160.4 µs | -10.29% |
| ❌ | Simulation | encode_varbin[(1000, 2)] |
138.3 µs | 154 µs | -10.24% |
| ⚡ | Simulation | bitwise_not_vortex_buffer_mut[128] |
244.4 ns | 186.1 ns | +31.34% |
| ⚡ | Simulation | bitwise_not_vortex_buffer_mut[1024] |
304.7 ns | 246.4 ns | +23.68% |
| ⚡ | Simulation | chunked_varbinview_opt_canonical_into[(1000, 10)] |
205.7 µs | 168.8 µs | +21.89% |
| ⚡ | Simulation | bitwise_not_vortex_buffer_mut[2048] |
398.6 ns | 340.3 ns | +17.14% |
| ⚡ | Simulation | chunked_varbinview_into_canonical[(100, 100)] |
306.6 µs | 272.1 µs | +12.67% |
| ⚡ | Simulation | eq_i64_constant |
298 µs | 267.8 µs | +11.25% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing myrrc/cxx2-code (afbbb04) with develop (002e40a)
Footnotes
-
4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Add new C++ API code.
Tests and examples will be added in the next PR