diff options
| author | Tyge Løvset <[email protected]> | 2020-03-05 10:48:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-05 10:48:38 +0100 |
| commit | 930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2 (patch) | |
| tree | 25f2e816bf75c2e57228518fb92bac6090324e31 | |
| parent | 7cbd0b6082a888635cde4c177865385583f0f1fa (diff) | |
| download | STC-modified-930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2.tar.gz STC-modified-930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Headers only library with the most useful data structures: string, dynamic vecto The map is using open hashing with a novel probing strategy (fibonacci sequence), which is as efficient as quadratic probing, but has none of its limitations (max half full table, and prime number table length only requirements). -The library has a very intuitive and straight forward API, and as mentioned is fully type safe. It uses "overloadable macros", to simplify usage. +The library has an intuitive and straight forward API, and is fully type safe. It uses "overloadable macros", to simplify usage. Usage ----- |
