From c26632ed29856812ebcd721004bb47ab183b3a68 Mon Sep 17 00:00:00 2001 From: Giulio Ermanno Pibiri Date: Wed, 4 Dec 2024 14:40:48 +0100 Subject: [PATCH] very minor to README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d9edab..4a35fbf 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ PTHash PTHash is a C++ library implementing fast and compact minimal perfect hash functions as described in the following research papers: -* [*PTHash: Revisiting FCH Minimal Perfect Hashing*](https://dl.acm.org/doi/10.1145/3404835.3462849), - -* [*Parallel and External-Memory Construction of Minimal Perfect Hash Functions with PTHash*](https://ieeexplore.ieee.org/document/10210677), - -* [*PHOBIC: Perfect Hashing with Optimized Bucket Sizes and Interleaved Coding*](https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ESA.2024.69). +- [*PTHash: Revisiting FCH Minimal Perfect Hashing*](https://dl.acm.org/doi/10.1145/3404835.3462849) (SIGIR 2021), +- [*Parallel and External-Memory Construction of Minimal Perfect Hash Functions with PTHash*](https://ieeexplore.ieee.org/document/10210677) (TKDE 2023), +- [*PHOBIC: Perfect Hashing with Optimized Bucket Sizes and Interleaved Coding*](https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ESA.2024.69) (ESA 2024). **Please, cite these papers if you use PTHash.**