# Swissmap **Repository Path**: uestclablq/Swissmap ## Basic Information - **Project Name**: Swissmap - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swissmap This library is a C port of Google's high-performance SwissTable hashmap. Based on [CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”](https://www.youtube.com/watch?v=ncHmEUmJZf4) Requirements: SSE2 Hash function used for testing purposes: [DJB2](http://www.cse.yorku.ca/~oz/hash.html) # License Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)