Skip to content

Releases: mpaland/avl_array

2.0.5

Choose a tag to compare

@mpaland mpaland released this 27 Mar 12:41
  • Fixed a bug in erase() routine. This could cause corrupted memory.
    Thanks to @KaruroChori for pointing this out.

Please update to this version

2.0.4

Choose a tag to compare

@mpaland mpaland released this 23 Nov 12:48
  • Iterator find() performance slightly improved

2.0.3

Choose a tag to compare

@mpaland mpaland released this 07 Nov 16:39
  • find() performance sligthly improved

2.0.2

Choose a tag to compare

@mpaland mpaland released this 24 Oct 12:25

Small performance improvements

2.0.0

Choose a tag to compare

@mpaland mpaland released this 19 Oct 16:15
  • Added parent-index option as "Fast-Mode"
  • Added travis (build and testsuite success) and coveralls support
  • Removed minor compiler warnings
  • Added more test cases

1.1.0

Choose a tag to compare

@mpaland mpaland released this 21 Sep 12:53

Fully tested working version!
All new test suite test cases are passing.

1.0.1

Choose a tag to compare

@mpaland mpaland released this 29 Aug 12:36

Bug fixes and performance improvements.

1.0.0

Choose a tag to compare

@mpaland mpaland released this 26 Aug 15:23

Initial version
All test cases passing