parallel-hashmap on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "parallel-hashmap" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install parallel-hashmap on Arch using YAY

$ yay -S parallel-hashmap

* (Optional) Uninstall parallel-hashmap on Arch using YAY

$ yay -Rns parallel-hashmap

2. Manually Install "parallel-hashmap" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone parallel-hashmap's git locally

$ git clone https://aur.archlinux.org/parallel-hashmap.git ~/parallel-hashmap

c. Go to ~/parallel-hashmap folder and install it

$ cd ~/parallel-hashmap $ makepkg -si

3. Information about the parallel-hashmap package on Arch User Repository (AUR)

ID: 1394885
Name: parallel-hashmap
PackageBaseID: 165540
PackageBase: parallel-hashmap
Version: 1.3.12-1
Description: A family of header-only, very fast and memory-friendly hashmap and btree containers.
URL: https://greg7mdp.github.io/parallel-hashmap/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: KokaKiwi
Submitter: KokaKiwi
FirstSubmitted: 1618252729
LastModified: 1706523697
URLPath: /cgit/aur.git/snapshot/parallel-hashmap.tar.gz