You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
A React Native library for hashing strings using the fast and deterministic xxHash algorithm, written in C++ with JSI for high performance. This library provides support for both 64-bit and 128-bit hashing.
4
4
5
-
6
5
## Features
7
6
8
7
-**High Performance**: xxHash is one of the fastest non-cryptographic hash functions.
9
8
-**Deterministic Hashing**: Ensures consistent results for the same input.
10
9
-**128-bit and 64-bit Support**: Choose between 128-bit and 64-bit hash outputs based on your use case.
11
10
-**Cross-Platform**: Supports both iOS and Android in React Native projects.
12
11
12
+
# Benchmarks (https://xxhash.com)
13
+
<imgwidth="772"height="712"alt="Screenshot 2025-10-23 at 09 48 25"src="https://github.com/user-attachments/assets/792c220b-54cc-45d7-8e62-e26757d11e85" />
14
+
13
15
## Installation
14
16
15
17
To install the library, use either `npm` or `yarn`:
0 commit comments