diff --git a/posts/trading/extrema-circular-buffer.html b/posts/trading/extrema-circular-buffer.html index 00c63c0..940579b 100644 --- a/posts/trading/extrema-circular-buffer.html +++ b/posts/trading/extrema-circular-buffer.html @@ -200,19 +200,19 @@
+ The final implementation utilized in the TRB includes the + following features: +
std::less<double>
- ) to easily specify a minimum/maximum
- ExtremaCircularBuffer
- as well as a value type to support all operations.
+ A ringbuffer a statically-allocated std::array, as
+ any fix-sized queue can be supplanted with one