mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +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
|
||||
using open-addressing and linear robin hood hashing with backward shift deletion
|
||||
to resolve collisions.
|
||||
The robin-map library is a C++ implementation of a fast hash map and
|
||||
hash set using open-addressing and linear robin hood hashing with
|
||||
backward shift deletion to resolve collisions.
|
||||
|
|
Loading…
Reference in a new issue