We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ef8d5 commit da6637dCopy full SHA for da6637d
README.md
@@ -1,6 +1,9 @@
1
# es6-map
2
## Map collection as specified in ECMAScript6
3
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
7
### Usage
8
9
It’s safest to use *es6-map* as a [ponyfill](https://ponyfill.com) – a polyfill which doesn’t touch global objects:
0 commit comments