Commit Graph

2 Commits (7230148b58a8b53df07352e32634e46ed66aa246)

Author SHA1 Message Date
praveen-influx 9fa4932598
chore: porting the changes from pro (#25660)
move ringbuffer to be allocated on heap as the MAX_CAPACITY per event
type has gone up to 10k
2024-12-16 15:12:19 +00:00
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