Skip to content

Releases: pzaino/zvector

Release candidate 12

12 Dec 22:26
a524780
Compare
Choose a tag to compare
Release candidate 12 Pre-release
Pre-release

Just a pre-release containing all the fixes and improvements from last pre-releases

What's Changed

  • moved vect_rotate_left tests into unit test group and added vect_rota… by @pzaino in #128
  • Added instructions on how to compile ZVector using zig compiler by @pzaino in #129
  • minor merge from Develop to main branch by @pzaino in #130
  • Improved linear search and binary search a bit for use cases where th… by @pzaino in #131
  • Create dependabot.yml by @pzaino in #132
  • Fixed a bunch of typos in multiple files, one minor issue in settings… by @pzaino in #133
  • Added arch definition by @pzaino in #135
  • Cumulative merge from Develop to Main by @pzaino in #136
  • continuing the implementation of funtions that support cooperative schedulers by @pzaino in #137
  • Cumulative merge of last changes in develop by @pzaino in #138
  • Minor security fix on error message generation by @pzaino in #139
  • fixed a problem with the error message output by @pzaino in #140

Full Changelog: v1.0.0-rc11...v1.0.0-rc12

v1.0.0-rc11

26 Apr 22:45
5bc9443
Compare
Choose a tag to compare
v1.0.0-rc11 Pre-release
Pre-release

A lot of bugs squashed and performance improvements on this Release Candidate.

Release 1.0.0-RC10

12 Jan 00:14
59228f4
Compare
Choose a tag to compare
Release 1.0.0-RC10 Pre-release
Pre-release

Includes all improvements done after rc9 was released

Release 1.0.0-RC9

15 Apr 21:23
d125b6b
Compare
Choose a tag to compare
Release 1.0.0-RC9 Pre-release
Pre-release

This pre-release comes with improvements on performance (04PTest005 can now produce and consume over 1 Billion messages in roughly 18 / 20 seconds on an AMD Zen 3 5900HX with 128GB RAM).

I also had enough time to clean up library code and improve security of safe_strncpy function.

Release 1.0.0 RC8

07 Apr 17:41
424437f
Compare
Choose a tag to compare
Release 1.0.0 RC8 Pre-release
Pre-release

Improvements in performance and robustness, new tests and better overall code.

Release 1.0.0 RC7

26 Jan 21:34
775bebc
Compare
Choose a tag to compare
Release 1.0.0 RC7 Pre-release
Pre-release

First pre-release with support for thread safe code.

Release 1.0.0 RC6

22 Jan 03:59
6150a8b
Compare
Choose a tag to compare
Release 1.0.0 RC6 Pre-release
Pre-release

Cumulative set of fixes from RC5 merged in.

Lots of code quality improvements, added new test for testing ZVector under many threads.

Release v1.0.0 RC5

16 Jan 21:23
bfd899b
Compare
Choose a tag to compare
Release v1.0.0 RC5 Pre-release
Pre-release

Cumulative set of fixes from RC4 merged in.

Release 1.0.0 RC4

15 Jan 03:53
2c6b5b1
Compare
Choose a tag to compare
Release 1.0.0 RC4 Pre-release
Pre-release

Cumulative set of improvements merged from develop to main.

Release 1.0.0 RC3

07 Sep 17:53
a250202
Compare
Choose a tag to compare
Release 1.0.0 RC3 Pre-release
Pre-release

Big performance improvements compared to RC1 and RC2 for typical Dynamic Arrays worst case scenario (when all values are added from the beginning of an array and removed from the beginning of an array).

Now ZVector preforms well also in the worst case scenario.