mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/robin-map: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
e0861c4733
commit
7ed0385b74
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
The robin-map library is a C++ implementation of a fast hash map and hash set
|
The robin-map library is a C++ implementation of a fast hash map and
|
||||||
using open-addressing and linear robin hood hashing with backward shift deletion
|
hash set using open-addressing and linear robin hood hashing with
|
||||||
to resolve collisions.
|
backward shift deletion to resolve collisions.
|
||||||
|
|
Loading…
Reference in a new issue