Skip to content

Releases: walter-weinmann/b_trees

Version 1.4.5: Fixing dialyzer issues.

17 Feb 13:11
Compare
Choose a tag to compare
Merge pull request #35 from walter-weinmann/wwe

Fixing dialyzer issues.

Version 1.4.4: Minor configuration refinements.

10 Feb 12:08
Compare
Choose a tag to compare
Merge pull request #34 from walter-weinmann/wwe

Minor configuration refinements.

Version 1.4.3: Code refactoring.

03 Feb 15:45
Compare
Choose a tag to compare
Merge pull request #33 from walter-weinmann/wwe

Refactoring case statement.

Version 1.4.2: Improved list processing.

29 Jan 03:37
Compare
Choose a tag to compare
Merge pull request #32 from walter-weinmann/wwe

Improving list processing.

Version 1.4.1: Minor corrections with Dialyzer and Travis CI.

22 Jan 16:53
Compare
Choose a tag to compare
Merge pull request #31 from walter-weinmann/wwe

Dialyzer: cleanup function definitions.

Version 1.4.0: New function copy/2.

18 Jan 21:18
Compare
Choose a tag to compare
Merge pull request #28 from walter-weinmann/wwe

Version 1.4.0: New function copy/2.

Version 1.3.1: Conflicting moule name.

01 Jan 09:38
Compare
Choose a tag to compare

Renaming test_generator to b_trees_generator.

Version 1.3.0: New functions and EEP.

26 Dec 12:51
Compare
Choose a tag to compare
  • New functions: take/2 and take_any/2.
  • Erlang Enhancement Proposal (EEP).

Version 1.2.0: Pluggable persistence.

07 Dec 10:21
Compare
Choose a tag to compare
  • Persistence is now pluggable.
  • Examples with persistence in performance_SUITE.erl are based on Ets, Dets and Mnesia.

Version 1.1.0: Pluggable sort function.

22 Nov 09:49
Compare
Choose a tag to compare

New feature

  • The sort function for the key values is pluggable. The default sort is ascending.