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 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 . 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. Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2024-12-24 04:54:11 UTC RemoteUrl: https://github.com/coolbutuseless/xxhashlite RemoteRef: HEAD RemoteSha: 7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63 NeedsCompilation: yes Packaged: 2026-06-05 08:01:41 UTC; root Author: Mike Cheng [aut, cre, cph], Yann Collet [ctb, cph] (Author of the embedded xxhash library)