influxdb/influxdb3_sys_events
praveen-influx 7211e8a96c
feat: move ring buffer to use array instead of vec (#25616)
In this commit the vec backing the buffer is swapped for an array.
Criterion benchmarks were added to compare the perf to make sure it has
not made it worse. The vec implementation has been removed after the
benchmarks done locally
2024-12-04 21:05:07 +00:00
..
benches feat: move ring buffer to use array instead of vec (#25616) 2024-12-04 21:05:07 +00:00
src feat: move ring buffer to use array instead of vec (#25616) 2024-12-04 21:05:07 +00:00
Cargo.toml feat: move ring buffer to use array instead of vec (#25616) 2024-12-04 21:05:07 +00:00