Skip to content

Commit b4aeed9

Browse files
committed
docs(readme): update readme
1 parent c546dc6 commit b4aeed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
**avl_array** is a templated C++ (STL map like) container class that stores key-value data organzied as AVL-tree in a **fixed size** array.
1111

12-
Motivation of this container is to insert, update, delete and find random key-value elements in *static allocated* memory with highest performance and in a minimum of time.
12+
Motivation of this container is to insert, update, delete and find random key-value elements in *static allocated* memory with highest performance and in a minimum of time.
13+
It might also be the base class for an associative array container.
1314

1415
## Highligths and design goals
1516
- `std::map` like templated container class with increment iterator support

0 commit comments

Comments
 (0)