Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 398 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 398 Bytes

A simplified version of the Google SparseHash Library

This repository contains the C++ code for a simplified porting of the formerly Google SparseHash Library.

Specifically, its header-only code is basically the same as the original library, but the code is slightly reorganized in order to simplify its inclusion.