Circular Buffer #389
Unanswered
homesenola
asked this question in
Q&A
Replies: 1 comment
-
I will need to compute the size of each entry. There are some entries in the circular buffer that take up more space since the "observations" are dynamically allocated. If they contain something like a data set, they can be fairly large. For a "average" sample or event type, they should be fairly compact. It would be good to get the stats so we can advise people. I'll see if I can instrument the code to determine the size given various conditions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hii,
What is the size of circularBuffer in terms of bytes....?
I got to know that the circularBuffer can store 2^17 observations by default, does this mean it can store 2^17 observations?....... also what is the maximum size for each observations?
Beta Was this translation helpful? Give feedback.
All reactions