# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "hashtable" in publications use:' type: software license: MIT title: 'hashtable: Hash Table and Hash Set' version: 1.0.0 abstract: 'It provides three implementations of hash tables and hash maps: 1. using ''std::unordered_map'' and ''std::unordered_set'' C++ libraries, 2. wrapping around the ''fastmatch'' package, 3. using R environment.' authors: - family-names: Gu given-names: Zuguang email: guzuguang@suat-sz.edu.cn orcid: https://orcid.org/0000-0002-7395-8709 repository: https://cran.r-universe.dev repository-code: https://github.com/jokergoo/hashtable commit: ce14c4b0efaf7495c96e5f54e0c96801a975125a url: https://jokergoo.github.io/hashtable/ date-released: '2026-07-17' contact: - family-names: Gu given-names: Zuguang email: guzuguang@suat-sz.edu.cn orcid: https://orcid.org/0000-0002-7395-8709