Skip to content

Commit da6637d

Browse files
authored
Update README.md
1 parent 51ef8d5 commit da6637d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# es6-map
22
## Map collection as specified in ECMAScript6
33

4+
__Warning: v0.1 version does not ensure O(1) algorithm complexity (but O(n)). This shortcoming will be addressed in v1.0__
5+
6+
47
### Usage
58

69
It’s safest to use *es6-map* as a [ponyfill](https://ponyfill.com) – a polyfill which doesn’t touch global objects:

0 commit comments

Comments
 (0)