github.com/arr-ai/hash@v0.8.0/README.md (about)

     1  # hash
     2  
     3  Hash is a fast non-cryptographic hash function library, primarily intended for
     4  use in hash tables. Significant portions of this library are lifted from Go
     5  internals.
     6  
     7  ## Documentation
     8  
     9  https://godoc.org/github.com/arr-ai/hash
    10  
    11  
    12  ## License
    13  
    14  Portions of this software are taken from the Go source code at
    15  https://github.com/golang/go. These portions are licensed as per the LICENSE-GO
    16  file.
    17  
    18  All other sources are licensed under the Apache 2.0 license as per the LICENSE
    19  file.