mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
package lines for core:hash
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
// package xxhash implements Yann Collet's xxhash.
|
||||||
|
//
|
||||||
|
// [[ xxhash Fast Hash Algorithm; https://cyan4973.github.io/xxHash/ ]]
|
||||||
|
package xxhash
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||||
|
|
||||||
@@ -7,9 +12,6 @@
|
|||||||
Jeroen van Rijn: Initial implementation.
|
Jeroen van Rijn: Initial implementation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// An implementation of Yann Collet's [[ xxhash Fast Hash Algorithm; https://cyan4973.github.io/xxHash/ ]].
|
|
||||||
package xxhash
|
|
||||||
|
|
||||||
import "base:intrinsics"
|
import "base:intrinsics"
|
||||||
import "base:runtime"
|
import "base:runtime"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user