Results 2 issues of Vincent Yu

This PR adds a set of benchmarks for `CircularBuffer` and also improves its performance. Here are some `PkgBenchmark` reports using the benchmarks and comparing the new performance: - [Comparison with...

Also: add docstring, extend tests, and add benchmarks. The speedup (for sorting `isbits` floats under `isless`) is based on @stev47's [improvement to `isless`](https://github.com/JuliaLang/julia/pull/39090) in Julia 1.7 (stev47 also authored the...