Commit Graph

62 Commits

Author SHA1 Message Date
Oleksandr Melnyk
de25e341d2 Force inline all function calls 2022-06-05 21:03:20 +03:00
Oleksandr Melnyk
a1f73a7de0 Inline SIMD 2022-06-05 20:28:15 +03:00
Oleksandr Melnyk
d64922c63b Add support for AVX2 2022-06-05 20:02:06 +03:00
Oleksandr Melnyk
a19b68185e Fix SSE instructions 2022-06-05 19:18:00 +03:00
Oleksandr Melnyk
7eb3f67feb Simplify literals 2022-06-05 14:29:38 +03:00
Oleksandr Melnyk
e0e94a4610 Fix _MM_SHUFFLE 2022-06-05 14:25:32 +03:00
Oleksandr Melnyk
ab1a2055b7 Add SSE2 2022-06-05 01:25:50 +03:00
Oleksandr Melnyk
0a27c518a7 Fix target framework 2022-06-03 15:59:39 +03:00
Oleksandr Melnyk
58070fc940 Update readme 2022-06-03 15:43:11 +03:00
Oleksandr Melnyk
eb062407b5 Update docs 2022-06-03 15:39:40 +03:00
Oleksandr Melnyk
c079a400a0 Add tests for xxHash128 2022-06-03 15:13:20 +03:00
Oleksandr Melnyk
8d6f7fa43b Tidy up 2022-06-02 15:45:13 +03:00
Oleksandr Melnyk
759f74f6a4 Change project structure 2022-06-02 15:43:52 +03:00
Oleksandr Melnyk
7f7fb2cca7 Migrate to net6.0 2022-06-02 14:13:31 +03:00
Oleksandr Melnyk
4f9b00acb5 Add xxHash128 without support SIMD 2022-06-02 11:25:54 +03:00
Oleksandr Melnyk
1cca54789c Fixed comment 2020-03-09 14:35:58 +02:00
Oleksandr Melnyk
b7662afc70 Fixed artifacts path 2020-02-16 21:22:53 +02:00
Oleksandr Melnyk
b4ceb770f3 Fixed artifacts path 2020-02-16 21:20:50 +02:00
Oleksandr Melnyk
dab85a8e6d Fixed icon 2020-02-16 21:14:53 +02:00
Oleksandr Melnyk
d686f81cb5 Fixed icon 2020-02-16 21:12:07 +02:00
Oleksandr Melnyk
eb411a3f37 Updated CI template 2020-02-16 21:00:50 +02:00
Oleksandr Melnyk
f8a1fb0933 Updated version 2020-02-16 20:52:27 +02:00
Melnik Alexander
aaef32f208
Merge pull request #8 from moien007/master
More target-frameworks and using BitOperations class
2020-02-16 20:42:44 +02:00
Havij khor
7b907932cd using System.Numerics.BitOperations.RotateLeft() for taking advantage of CPU interiniscs for bit rotation 2020-02-15 01:07:38 +03:30
Havij khor
d9afd59a93 Unit tests and benchmarks projects are now targeting .NET Core 3.1 2020-02-15 00:30:41 +03:30
Havij khor
214a4946ff Updated nuget packages references to their latest version 2020-02-15 00:30:01 +03:30
Havij khor
f5b1c7d6b8 Completely rewritten the main project file. Added support for multiple target frameworks 2020-02-15 00:25:16 +03:30
Havij khor
2543dd0feb Project file: Removed all configatuion and platform-target specific properties, thus default values will be used 2020-02-15 00:11:02 +03:30
Havij khor
c74d4e6857 Reformatted project file 2020-02-15 00:08:52 +03:30
Oleksandr Melnyk
7b2d09486d Update security settings 2019-12-15 22:03:55 +02:00
Oleksandr Melnyk
fde6201873 Updated token 2019-12-15 21:53:52 +02:00
Oleksandr Melnyk
d7c72ce4d1 Added support for ArraySegment 2019-12-15 21:28:25 +02:00
Melnik Alexander
aaa23e553c
Merge pull request #7 from ksmith3036/master
Added support for ArraySegment, added support for offsets of byte array
2019-12-15 21:25:45 +02:00
K Smith
7599c32151 Added support for ArraySegment, as well as adding support for offsets of a byte array 2019-12-13 20:57:35 +01:00
Melnik Alexander
e86fdeb0bf Added ReadOnlySpan 2018-11-03 19:59:14 +02:00
Melnik Alexander
59d2f824fb Disable Synchronization Context in the async calls 2018-10-06 14:21:30 +03:00
Alexander Melnik
462293ee0e Code refactoring 2018-10-01 12:55:20 +03:00
Melnik Alexander
d801b9996b Fix readme 2018-09-29 13:58:59 +03:00
Melnik Alexander
77d44019c6 Update readme 2018-09-29 13:57:02 +03:00
Melnik Alexander
bc27b27f18 Update readme 2018-09-29 13:42:14 +03:00
Melnik Alexander
6b0ed891ee Update readme 2018-09-29 13:30:52 +03:00
Melnik Alexander
4b35057191 Added Span api 2018-09-29 01:02:35 +03:00
Melnik Alexander
4b019f5c48 Added a fast copy operation for small buffers 2018-09-27 22:24:14 +03:00
Melnik Alexander
027f8e12ed Perfomance optimization 2018-09-27 20:57:27 +03:00
Melnik Alexander
8a489d5a37 Fix stream api 2018-09-27 18:56:49 +03:00
Melnik Alexander
f5d67a126d
Update Readme 2018-05-16 00:04:00 +03:00
Oleksandr Melnyk
5533fee2a2 Add icon to NuGet package 2018-05-15 23:52:35 +03:00
Melnik Alexander
baf5340ff1
Update Readme 2018-05-15 00:02:18 +03:00
Oleksandr Melnyk
dee020a228 Revert "Remove deployment step"
This reverts commit be6d5f9ce1.
2018-05-14 23:37:05 +03:00
Oleksandr Melnyk
be6d5f9ce1 Remove deployment step 2018-05-14 23:35:34 +03:00