Skip to content

Releases: plerros/helsing

Helsing 1.1.2

04 May 20:05
Compare
Choose a tag to compare

-Initial cmake support
-Fixed #39

Helsing 1.1.1

29 Apr 17:14
Compare
Choose a tag to compare

-Added commandline parameters
-Moved sorting out of primary loop, and switched to quicksort. This results in better performance and less memory usage.
-Initial BMI2 implementation
-Base N support
-Multiple bugfixes

Helsing 1.0-beta2

18 Apr 12:36
Compare
Choose a tag to compare
Helsing 1.0-beta2 Pre-release
Pre-release

-Makefile should now be more robust
-OpenSSL is now optional
-Minor code fixes

Helsing 1.0-beta

15 Apr 05:05
Compare
Choose a tag to compare
Helsing 1.0-beta Pre-release
Pre-release
code style update

-all struct init functions follow a consistent style
-renamed struct init functions to new, because they allocate and initialize the struct
-conditional inclusion of assert on binary tree