Package: xxhashlite
Type: Package
Title: Extremely Fast Hashing of R Objects, Raw Data and Files using
        'xxHash' Algorithms
Version: 0.2.2
Authors@R: c(
    person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"),
    person("Yann", "Collet", role = c("ctb", "cph"), comment = "Author of the embedded xxhash library")
    )
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
Description: Extremely fast hashing of R objects using 'xxHash'.  R objects are hashed via
    the standard serialization mechanism in R.  Raw byte vectors and strings
    can be handled directly for compatibility with hashes created on 
    other systems.  This implementation is a wrapper around the 'xxHash' 'C'
    library which is available from <https://github.com/Cyan4973/xxHash>.
License: MIT + file LICENSE
URL: https://github.com/coolbutuseless/xxhashlite
BugReports: https://github.com/coolbutuseless/xxhashlite/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests: testthat
Depends: R (>= 3.5.0)
Copyright: This package includes code from the 'xxhash' written Yann
        Collet. See file 'inst/LICENSE-xxhash' for copyright
        information of the original library.
NeedsCompilation: yes
Packaged: 2024-03-12 07:12:31 UTC; mike
Author: Mike Cheng [aut, cre, cph],
  Yann Collet [ctb, cph] (Author of the embedded xxhash library)
Repository: CRAN
Date/Publication: 2024-03-12 20:10:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:43:35 UTC; windows
Archs: x64
