Skip to content

Releases: orxfun/orx-split-vec

Performance Optimizations Benches

26 Dec 15:24
04ccea6
Compare
Choose a tag to compare
  • The error in benchmarks has been fixed.
  • Benchmarks are extended to include serial access.
  • The runs are repeated. Currently, the gap between split vector and standard vector seems to have diminished.
  • Documentation is revised accordingly.

Performance Optimizations

25 Dec 15:13
Compare
Choose a tag to compare

Random access for Linear and Doubling split vectors are optimized.

Iterators are revisited, revised and a slight performance improvement is provided.

Exponential growth variant is removed as it adds complexity while it does not bring sufficient benefits. However, custom growth implementations are still possible.

Benchmarks are implemented.

Benchmark results are reported.