Skip to content

Commit b01b092

Browse files
authored
Add benchmarks section to README
Added benchmarks section with an image link to README.
1 parent 59e2f95 commit b01b092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
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.
44

5-
65
## Features
76

87
- **High Performance**: xxHash is one of the fastest non-cryptographic hash functions.
98
- **Deterministic Hashing**: Ensures consistent results for the same input.
109
- **128-bit and 64-bit Support**: Choose between 128-bit and 64-bit hash outputs based on your use case.
1110
- **Cross-Platform**: Supports both iOS and Android in React Native projects.
1211

12+
# Benchmarks (https://xxhash.com)
13+
<img width="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+
1315
## Installation
1416

1517
To install the library, use either `npm` or `yarn`:

0 commit comments

Comments
 (0)