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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,3 +298,6 @@ To debug native code with VSCode or CLion or any other IDE:
298
298
3. Set the parameters to be the ones used by the ```mvn``` script, as per above
299
299
4. Set the working directory to the `aws-crt-java` directory
300
300
5. On windows, you will need to manually load the PDB via the Modules window in Visual Studio, as it is not embedded in the JAR. It will be in the ```target/cmake-build/lib/windows/<arch>``` folder.
301
+
302
+
## Attribution
303
+
This library exposes native XXHash implementation (https://github.com/Cyan4973/xxHash) through JNI interface.
0 commit comments