Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
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
77d44019c6 Update readme 2018-09-29 13:57:02 +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
Oleksandr Melnyk
699d9e333d Add code coverage metric 2018-05-14 22:40:47 +03:00
Oleksandr Melnyk
2aea731a75 Add Streaming API 2018-05-13 13:48:53 +03:00
Oleksandr Melnyk
7d0f9524d8 Changed the structure of the project 2018-04-22 15:24:45 +03:00